summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMathias Stearn <mathias@10gen.com>2010-08-19 17:04:49 -0400
committerEliot Horowitz <eliot@10gen.com>2010-10-01 13:20:54 -0400
commita39f3a59e9dce108c7e69c8f48c11f26db52a817 (patch)
tree39e34aa290aff543707e1d7e7ee073c497cbe0ab
parent4e9c160741f9d85ffcedc75c039c6f1c80d4b7a8 (diff)
downloadmongo-a39f3a59e9dce108c7e69c8f48c11f26db52a817.tar.gz
typo
-rw-r--r--db/dbcommands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/dbcommands.cpp b/db/dbcommands.cpp
index 96374d90fb4..7bd7203ebae 100644
--- a/db/dbcommands.cpp
+++ b/db/dbcommands.cpp
@@ -377,7 +377,7 @@ namespace mongo {
}
{
- BSONObjBuilder bb( result.subobjStart( "cursros" ) );
+ BSONObjBuilder bb( result.subobjStart( "cursors" ) );
ClientCursor::appendStats( bb );
bb.done();
}