summaryrefslogtreecommitdiff
path: root/s/d_writeback.cpp
diff options
context:
space:
mode:
authorJens Rantil <jens.rantil@telavox.se>2011-05-26 11:59:13 +0200
committerJens Rantil <jens.rantil@telavox.se>2011-05-26 11:59:13 +0200
commit2c8088f1802ada9780765d05cbc41c2c744cbb0b (patch)
treefa32199aa994287e850a67be123adc649bd30657 /s/d_writeback.cpp
parentb2938d9d0dd1f07a165e2b3f7d9350da7921033f (diff)
downloadmongo-2c8088f1802ada9780765d05cbc41c2c744cbb0b.tar.gz
Fixing a bunch of spelling mistakes, and a few grammatical errors. No functionality has been changed.
Diffstat (limited to 's/d_writeback.cpp')
-rw-r--r--s/d_writeback.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/s/d_writeback.cpp b/s/d_writeback.cpp
index 0aca4e34708..5fa5aecaf97 100644
--- a/s/d_writeback.cpp
+++ b/s/d_writeback.cpp
@@ -165,7 +165,7 @@ namespace mongo {
void help(stringstream& help) const {
help << "Returns whether there are operations in the writeback queue at the time the command was called. "
- << "This is an internal comand";
+ << "This is an internal command";
}
bool run(const string& , BSONObj& cmdObj, string& errmsg, BSONObjBuilder& result, bool) {