diff options
author | Mathias Stearn <mathias@10gen.com> | 2010-06-03 17:05:03 -0400 |
---|---|---|
committer | Mathias Stearn <mathias@10gen.com> | 2010-06-03 17:05:03 -0400 |
commit | a923513e69d12711d84b14f97c12545c12c0c328 (patch) | |
tree | 02200c99cac36182aeadba99df7d4ffc80f0ca45 /pch.h | |
parent | 124efbfd638ff59353b56a940e0f0ed6ea45deaa (diff) | |
download | mongo-a923513e69d12711d84b14f97c12545c12c0c328.tar.gz |
Typo
Diffstat (limited to 'pch.h')
-rw-r--r-- | pch.h | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -117,7 +117,7 @@ namespace mongo { /** this is here so you can't just type exit() to quit the program - you should either use dbexit to shutdown cleanly, or ::exit to tell the system to quiy + you should either use dbexit to shutdown cleanly, or ::exit to tell the system to quit if you use this, you'll get a link error since mongo::exit isn't defined */ void exit( ExitCode returnCode ); |