summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorEliot Horowitz <eliot@10gen.com>2011-07-08 11:57:18 -0400
committerEliot Horowitz <eliot@10gen.com>2011-07-08 11:57:18 -0400
commit5a0da82ab2c507737a0b1f5d98b8dbc65c4e7fcd (patch)
tree41205401890d959bddd757ea55c0fce14b9ee0d6 /shell
parentd64e03262cc5ab3d02c085ea5885ee229c5bdfcf (diff)
downloadmongo-5a0da82ab2c507737a0b1f5d98b8dbc65c4e7fcd.tar.gz
cleaning
Diffstat (limited to 'shell')
-rw-r--r--shell/mongo_vstudio.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/mongo_vstudio.cpp b/shell/mongo_vstudio.cpp
index 61743b41b98..be0430503d2 100644
--- a/shell/mongo_vstudio.cpp
+++ b/shell/mongo_vstudio.cpp
@@ -2409,7 +2409,7 @@ const StringData _jscode_raw_db =
"print(\"\\t syncedTo: \" + st.toString() );\n"
"var ago = (now-st)/1000;\n"
"var hrs = Math.round(ago/36)/100;\n"
-"print(\"\\t\\t = \" + Math.round(ago) + \"secs ago (\" + hrs + \"hrs)\");\n"
+"print(\"\\t\\t = \" + Math.round(ago) + \" secs ago (\" + hrs + \"hrs)\");\n"
"};\n"
"\n"
"function g(x) {\n"