tool/Command.cpp
changeset 1199 30714bab3a04
parent 1166 006244d53f68
child 1335 09c6fce1ae45
--- a/tool/Command.cpp	Fri Aug 08 13:47:23 2008 +0000
+++ b/tool/Command.cpp	Wed Aug 13 13:21:35 2008 +0000
@@ -119,7 +119,7 @@
 {
     stringstream err;
 
-    err << "The slave selection matches " << size << "slaves. '"
+    err << "The slave selection matches " << size << " slaves. '"
         << name << "' requires a single slave.";
 
     throwInvalidUsageException(err);