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

@ -374,7 +374,7 @@ void Foam::functionObjects::fieldVisualisationBase::addGlyphs
// data->GetPointData()->GetScalars(scaleFieldNameChar);
// values->GetRange(range);
// Set range accoding to user-supplied limits
// Set range according to user-supplied limits
range[0] = range_.first();
range[1] = range_.second();
glyph->ClampingOn();

View File

@ -114,7 +114,7 @@ protected:
// Protected functions
//- Initialse actor
//- Initialise actor
void initialiseActor(vtkActor* actor) const;

View File

@ -147,7 +147,7 @@ public:
);
//- Desructor
//- Destructor
virtual ~runTimePostProcessing();