STYLE: some general spelling fixes

This commit is contained in:
Mark Olesen
2020-05-04 09:15:21 +02:00
parent 2a24bab057
commit 8cfb483054
234 changed files with 332 additions and 340 deletions

View File

@ -1147,7 +1147,7 @@ void Foam::stringOps::inplaceRemoveComments(std::string& s)
if (i == std::string::npos)
{
// Trucated - done
// Truncated - done
break;
}
@ -1161,7 +1161,7 @@ void Foam::stringOps::inplaceRemoveComments(std::string& s)
if (i == std::string::npos)
{
// Trucated - done
// Truncated - done
break;
}