diff options
author | Veres Lajos <vlajos@gmail.com> | 2014-06-06 12:03:42 -0400 |
---|---|---|
committer | Matt Kangas <matt.kangas@mongodb.com> | 2014-06-09 23:43:00 -0400 |
commit | a98f839cf93baba5e424c427f4ed73395e7c3c1e (patch) | |
tree | 06ee775f5baad4c37bd72bd831d1f1061dba63f3 /jstests/disk | |
parent | fceab66c30c64d5c9de1454c2c412445ef8b0362 (diff) | |
download | mongo-a98f839cf93baba5e424c427f4ed73395e7c3c1e.tar.gz |
SERVER-9634 typo fixes
Signed-off-by: Matt Kangas <matt.kangas@mongodb.com>
Diffstat (limited to 'jstests/disk')
-rw-r--r-- | jstests/disk/killall.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/disk/killall.js b/jstests/disk/killall.js index 3be9f530780..90c56f74064 100644 --- a/jstests/disk/killall.js +++ b/jstests/disk/killall.js @@ -9,7 +9,7 @@ * infinitely looping operation, we ensure that killall interrupts the drop command (drop is * normally a short lived operation and is otherwise difficult to kill deterministically). The * subsequent drop() on restart would historically assert if the data integrity issue caused by - * SERVER-1818 occured. + * SERVER-1818 occurred. */ port = allocatePorts( 1 )[ 0 ] |