diff options
author | Eliot Horowitz <eliot@10gen.com> | 2011-09-12 12:21:22 -0400 |
---|---|---|
committer | Eliot Horowitz <eliot@10gen.com> | 2011-09-12 12:26:01 -0400 |
commit | 5fa00754cd6b6c90998113c71cce8bef5d4178da (patch) | |
tree | 55f6510f4d54834f8cc8a9a708ea2507a53e51c2 /docs | |
parent | 8778f43d5a6c11c6ce5f15649e15d6b39168195d (diff) | |
download | mongo-5fa00754cd6b6c90998113c71cce8bef5d4178da.tar.gz |
veok" shouldn't be used, especially in error messages, since every function uses "slaveOk" SERVER-3804
from: patrick@collison.ie
Diffstat (limited to 'docs')
-rw-r--r-- | docs/errors.md | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/docs/errors.md b/docs/errors.md index 3da8e2c18a0..7fd2a8bffe2 100644 --- a/docs/errors.md +++ b/docs/errors.md @@ -1001,7 +1001,7 @@ db/repl_block.cpp db/replutil.h ---- * 10107 [code](http://github.com/mongodb/mongo/blob/master/db/replutil.h#L76) not master -* 13435 [code](http://github.com/mongodb/mongo/blob/master/db/replutil.h#L84) not master and slaveok=false +* 13435 [code](http://github.com/mongodb/mongo/blob/master/db/replutil.h#L84) not master and slaveOk=false * 13436 [code](http://github.com/mongodb/mongo/blob/master/db/replutil.h#L85) not master or secondary, can't read |