summaryrefslogtreecommitdiff
path: root/jstests/sort2.js
diff options
context:
space:
mode:
Diffstat (limited to 'jstests/sort2.js')
-rw-r--r--jstests/sort2.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/jstests/sort2.js b/jstests/sort2.js
index facd64c..1e21414 100644
--- a/jstests/sort2.js
+++ b/jstests/sort2.js
@@ -1,6 +1,6 @@
// test sorting, mainly a test ver simple with no index
-t = db.sorrrt2;
+t = db.sort2;
t.drop();
t.save({x:1, y:{a:5,b:4}});