mirror of
https://develop.openfoam.com/Development/openfoam.git
synced 2025-11-28 03:28:01 +00:00
STYLE: some general spelling fixes
This commit is contained in:
@ -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;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user