summaryrefslogtreecommitdiff
path: root/src/mongo/scripting/engine_v8.h
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 /src/mongo/scripting/engine_v8.h
parentfceab66c30c64d5c9de1454c2c412445ef8b0362 (diff)
downloadmongo-a98f839cf93baba5e424c427f4ed73395e7c3c1e.tar.gz
SERVER-9634 typo fixes
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
Diffstat (limited to 'src/mongo/scripting/engine_v8.h')
-rw-r--r--src/mongo/scripting/engine_v8.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/scripting/engine_v8.h b/src/mongo/scripting/engine_v8.h
index 29e995576a3..6f7f1019e1f 100644
--- a/src/mongo/scripting/engine_v8.h
+++ b/src/mongo/scripting/engine_v8.h
@@ -567,7 +567,7 @@ namespace mongo {
/**
* Check for an error condition (e.g. empty handle, JS exception, OOM) after executing
* a v8 operation.
- * @resultHandle handle storing the result of the preceeding v8 operation
+ * @resultHandle handle storing the result of the preceding v8 operation
* @try_catch the active v8::TryCatch exception handler
* @param reportError if true, log an error message
* @param assertOnError if true, throw an exception if an error is detected