summaryrefslogtreecommitdiff
path: root/pch.h
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2010-06-03 17:05:03 -0400
committerMathias Stearn <mathias@10gen.com>2010-06-03 17:05:03 -0400
commita923513e69d12711d84b14f97c12545c12c0c328 (patch)
tree02200c99cac36182aeadba99df7d4ffc80f0ca45 /pch.h
parent124efbfd638ff59353b56a940e0f0ed6ea45deaa (diff)
downloadmongo-a923513e69d12711d84b14f97c12545c12c0c328.tar.gz
Typo
Diffstat (limited to 'pch.h')
-rw-r--r--pch.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/pch.h b/pch.h
index da569083a13..6f0b16d8726 100644
--- a/pch.h
+++ b/pch.h
@@ -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 );