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

@ -287,7 +287,7 @@ Foam::solverTemplate::solverTemplate
fieldTypes_.setSize(nRegion);
fieldDimensions_.setSize(nRegion);
// read templates for solver lists of avaliable
// read templates for solver lists of available
// - fields and dimensions required for the solver
// - models
label regionI = 0;
@ -328,7 +328,7 @@ Foam::solverTemplate::solverTemplate
fieldTypes_.setSize(1);
fieldDimensions_.setSize(1);
// read templates for solver lists of avaliable
// read templates for solver lists of available
// - fields and dimensions required for the solver
// - models
const dictionary fieldDict

View File

@ -56,7 +56,7 @@ class tabulatedWallFunction
{
protected:
// Proteced data
// Protected data
//- Main dictionary
const dictionary dict_;