STYLE: Correcting typos

This commit is contained in:
Andrew Heather
2018-03-28 17:14:16 +01:00
parent 3a569c9fd5
commit a230e8d408
486 changed files with 740 additions and 758 deletions

View File

@ -105,7 +105,7 @@ multiLevelCoeffs
// Other example coefficents
// Other example coefficients
simpleCoeffs
{

View File

@ -75,7 +75,7 @@ Foam::faFieldReconstructor::reconstructFaAreaField
PtrList<faPatchField<Type> > patchFields(mesh_.boundary().size());
// Create global mesh patchs starts
// Create global mesh patches starts
labelList gStarts(mesh_.boundary().size(), -1);

View File

@ -194,7 +194,7 @@ Foam::processorFaMeshes::processorFaMeshes
// || stat == fvMesh::TOPO_PATCH_CHANGE
// )
// {
// // Reread all meshes and addresssing
// // Reread all meshes and addressing
// read();
// }
// return stat;