Fixed spacing.

This commit is contained in:
Florian Pose 2008-08-13 13:21:35 +00:00
parent 17352d9e3b
commit 568505a4df
1 changed files with 1 additions and 1 deletions

View File

@ -119,7 +119,7 @@ void Command::throwSingleSlaveRequired(unsigned int size) const
{
stringstream err;
err << "The slave selection matches " << size << "slaves. '"
err << "The slave selection matches " << size << " slaves. '"
<< name << "' requires a single slave.";
throwInvalidUsageException(err);