summaryrefslogtreecommitdiff
path: root/shell/servers.js
diff options
context:
space:
mode:
Diffstat (limited to 'shell/servers.js')
-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" );
}
}
}