summaryrefslogtreecommitdiff
path: root/db/dbcommands.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'db/dbcommands.cpp')
-rw-r--r--db/dbcommands.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/dbcommands.cpp b/db/dbcommands.cpp
index 96374d9..7bd7203 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();
}