summaryrefslogtreecommitdiff
path: root/shell
diff options
context:
space:
mode:
authorKristina Chodorow <kristina@10gen.com>2011-03-19 09:13:03 -0400
committerKristina Chodorow <kristina@10gen.com>2011-03-19 09:13:03 -0400
commit7b77930c05c59128561e6861523579d80e89a03a (patch)
treea6610641c4a03840fc165f07787470d4fd30f9ff /shell
parentec6a0645991cd12fb4d1e74f563210177c35c19e (diff)
downloadmongo-7b77930c05c59128561e6861523579d80e89a03a.tar.gz
fix typo SERVER-2798
Diffstat (limited to 'shell')
-rw-r--r--shell/servers.js2
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/servers.js b/shell/servers.js
index 8f774695065..dac92ae5168 100644
--- a/shell/servers.js
+++ b/shell/servers.js
@@ -500,7 +500,7 @@ printShardingStatus = function( configDB , verbose ){
);
}
else {
- output( "\t\t\ttoo many chunksn to print, use verbose if you want to force print" );
+ output( "\t\t\ttoo many chunks to print, use verbose if you want to force print" );
}
}
}