STYLE: Fix some typos

This commit is contained in:
laurence
2012-12-11 16:38:39 +00:00
parent 9cd695220d
commit 4be7afde0a
10 changed files with 12 additions and 17 deletions

View File

@ -230,7 +230,7 @@ void Foam::hierarchGeomDecomp::findBinary
if (returnReduce(hasNotChanged, andOp<bool>()))
{
WarningIn("hierarchGeomDecomp::findBinary(..)")
<< "unable to find desired deomposition split, making do!"
<< "unable to find desired decomposition split, making do!"
<< endl;
break;
}