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

@ -1898,13 +1898,13 @@ bool Foam::polyMeshGeometry::checkFaceFlatness
if (nWarped> 0)
{
Info<< "There are " << nWarped
<< " faces with area of invidual triangles"
<< " faces with area of individual triangles"
<< " compared to overall area less than "
<< minFlatness << nl << endl;
}
else
{
Info<< "All faces are flat in that the area of invidual triangles"
Info<< "All faces are flat in that the area of individual triangles"
<< " compared to overall area is less than "
<< minFlatness << nl << endl;
}
@ -1916,7 +1916,7 @@ bool Foam::polyMeshGeometry::checkFaceFlatness
{
WarningInFunction
<< nWarped << " non-flat faces "
<< "(area of invidual triangles"
<< "(area of individual triangles"
<< " compared to overall area"
<< " < " << minFlatness << ") found.\n"
<< endl;