diff options
author | Eliot Horowitz <eliot@10gen.com> | 2010-05-08 11:47:17 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2010-05-08 11:47:17 -0400 |
commit | 60395ece6f4fc676cf38f4f2b2dc233e6af783fe (patch) | |
tree | 5334a5e01818a9dda40a8a89eb9c5c73973bb86e /s/server.cpp | |
parent | 435cdcea554d5a9a103fa9ecd37ec739351171c7 (diff) | |
download | mongo-60395ece6f4fc676cf38f4f2b2dc233e6af783fe.tar.gz |
more typos SERVER-1103
Diffstat (limited to 's/server.cpp')
-rw-r--r-- | s/server.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/s/server.cpp b/s/server.cpp index 75c94966b32..a24f432139f 100644 --- a/s/server.cpp +++ b/s/server.cpp @@ -99,7 +99,7 @@ namespace mongo { }; void sighandler(int sig){ - dbexit(EXIT_CLEAN, (string("recieved signal ") + BSONObjBuilder::numStr(sig)).c_str()); + dbexit(EXIT_CLEAN, (string("received signal ") + BSONObjBuilder::numStr(sig)).c_str()); } void setupSignals(){ |