summaryrefslogtreecommitdiff
path: root/jstests/auth
diff options
context:
space:
mode:
authorVeres Lajos <vlajos@gmail.com>2014-06-06 12:03:42 -0400
committerMatt Kangas <matt.kangas@mongodb.com>2014-06-09 23:43:00 -0400
commita98f839cf93baba5e424c427f4ed73395e7c3c1e (patch)
tree06ee775f5baad4c37bd72bd831d1f1061dba63f3 /jstests/auth
parentfceab66c30c64d5c9de1454c2c412445ef8b0362 (diff)
downloadmongo-a98f839cf93baba5e424c427f4ed73395e7c3c1e.tar.gz
SERVER-9634 typo fixes
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
Diffstat (limited to 'jstests/auth')
-rw-r--r--jstests/auth/basic_role_auth.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/auth/basic_role_auth.js b/jstests/auth/basic_role_auth.js
index c1ea6626506..41dcd899006 100644
--- a/jstests/auth/basic_role_auth.js
+++ b/jstests/auth/basic_role_auth.js
@@ -122,7 +122,7 @@ var checkErr = function(shouldPass, opFunc) {
*
* @param db {DB} the database object to use.
* @param allowedActions {Object} the lists of operations that are allowed for the
- * current user. The data structure is represented as a map with the presense of
+ * current user. The data structure is represented as a map with the presence of
* a field name means that the operation is allowed and not allowed if it is
* not present. The list of field names are: insert, update, remove, query, killOp,
* currentOp, index_r, index_w, profile_r, profile_w, user_r, user_w, killCursor,