Fixed spacing.
authorFlorian Pose <fp@igh-essen.com>
Wed, 13 Aug 2008 13:21:35 +0000
changeset 1199 30714bab3a04
parent 1198 be606e9caba4
child 1200 ce1a65f06efc
Fixed spacing.
tool/Command.cpp
--- 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);