summaryrefslogtreecommitdiff
path: root/src/mongo/db/query/getmore_request.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/db/query/getmore_request.h')
-rw-r--r--src/mongo/db/query/getmore_request.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/db/query/getmore_request.h b/src/mongo/db/query/getmore_request.h
index 197125ecfcf..2d30f96ed75 100644
--- a/src/mongo/db/query/getmore_request.h
+++ b/src/mongo/db/query/getmore_request.h
@@ -45,7 +45,7 @@ namespace mongo {
GetMoreRequest();
/**
- * Construct a GetMoreRequesst from the command specification and db name.
+ * Construct a GetMoreRequest from the command specification and db name.
*/
static StatusWith<GetMoreRequest> parseFromBSON(const std::string& dbname,
const BSONObj& cmdObj);