removed spaces in fatalioerror message

This commit is contained in:
mattijs
2008-07-01 18:16:50 +01:00
parent 0d3eec3dc4
commit db54cffe7f

View File

@ -479,7 +479,7 @@ bool Foam::dictionary::changeKeyword
}
else
{
WarningIn("dictionary::changeKeyword(const word& old, const word& new)")
WarningIn("dictionary::changeKeyword(const word&, const word&)")
<< "cannot rename keyword "<< oldKeyword
<< " to existing keyword " << newKeyword
<< " in dictionary " << name() << endl;