summaryrefslogtreecommitdiff
path: root/db/commands.h
diff options
context:
space:
mode:
Diffstat (limited to 'db/commands.h')
-rw-r--r--db/commands.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/db/commands.h b/db/commands.h
index c18621828f2..cf8fd0bf3ac 100644
--- a/db/commands.h
+++ b/db/commands.h
@@ -75,7 +75,7 @@ namespace mongo {
virtual bool slaveOk() const = 0;
/* Return true if the client force a command to be run on a slave by
- turning on the 'slaveok' option in the command query.
+ turning on the 'slaveOk' option in the command query.
*/
virtual bool slaveOverrideOk() {
return false;