merge -c1422 trunk: Fixed output spacing. stable-1.4
authorFlorian Pose <fp@igh-essen.com>
Wed, 13 Aug 2008 13:22:42 +0000
branchstable-1.4
changeset 1629 70040a399528
parent 1628 d3ca809fa2e3
child 1630 ffa89570d84f
merge -c1422 trunk: Fixed output spacing.
tool/Command.cpp
--- 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);