tool/Command.cpp
branchstable-1.4
changeset 1629 70040a399528
parent 1166 006244d53f68
child 1335 09c6fce1ae45
--- a/tool/Command.cpp	Wed Aug 13 13:20:48 2008 +0000
+++ b/tool/Command.cpp	Wed Aug 13 13:22:42 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);