summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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 );