Skip to content

Commit

Permalink
Typo MINOR
Browse files Browse the repository at this point in the history
  • Loading branch information
RedBeard0531 committed Jul 23, 2010
1 parent bfb5bdb commit 02978c9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion db/dbcommands.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -984,7 +984,7 @@ namespace mongo {
"determine data size for a set of data in a certain range"
"\nexample: { datasize:\"blog.posts\", keyPattern:{x:1}, min:{x:10}, max:{x:55} }"
"\nkeyPattern, min, and max parameters are optional."
"\nnot: This command may take a while to run";
"\nnote: This command may take a while to run";
}
bool run(const string& dbname, BSONObj& jsobj, string& errmsg, BSONObjBuilder& result, bool fromRepl ){
string ns = jsobj.firstElement().String();
Expand Down

0 comments on commit 02978c9

Please sign in to comment.