From 7b77930c05c59128561e6861523579d80e89a03a Mon Sep 17 00:00:00 2001 From: Kristina Chodorow Date: Sat, 19 Mar 2011 09:13:03 -0400 Subject: fix typo SERVER-2798 --- shell/servers.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'shell') 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" ); } } } -- cgit v1.2.1