summaryrefslogtreecommitdiff
path: root/src/mongo/shell/db.js
diff options
context:
space:
mode:
Diffstat (limited to 'src/mongo/shell/db.js')
-rw-r--r--src/mongo/shell/db.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mongo/shell/db.js b/src/mongo/shell/db.js
index 2ff13e7aa16..f7d6963101f 100644
--- a/src/mongo/shell/db.js
+++ b/src/mongo/shell/db.js
@@ -450,7 +450,7 @@ DB.prototype._getExtraInfo = function(action) {
var res = this.getLastErrorCmd(1);
if (res) {
if (res.err != undefined && res.err != null) {
- // error occured, display it
+ // error occurred, display it
print(res.err);
return;
}