STYLE: minor typos in comments

This commit is contained in:
Mark Olesen
2017-07-18 09:01:43 +02:00
parent 8399277d7d
commit 6d2f870f83
4 changed files with 4 additions and 4 deletions

View File

@ -96,7 +96,7 @@ public:
//- Construct from dictionary //- Construct from dictionary
Hanning(const dictionary& dict, const label nSamples); Hanning(const dictionary& dict, const label nSamples);
//- Destuctor //- Destructor
virtual ~Hanning(); virtual ~Hanning();

View File

@ -72,7 +72,7 @@ public:
//- Construct from dictionary //- Construct from dictionary
uniform(const dictionary& dict, const label nSamples); uniform(const dictionary& dict, const label nSamples);
//- Destuctor //- Destructor
virtual ~uniform(); virtual ~uniform();
}; };

View File

@ -97,7 +97,7 @@ public:
); );
//- Destuctor //- Destructor
virtual ~windowModel(); virtual ~windowModel();

View File

@ -864,7 +864,7 @@ Foam::meshToMesh::mapTgtToSrc
PtrList<fvPatchField<Type>> srcPatchFields(srcBm.size()); PtrList<fvPatchField<Type>> srcPatchFields(srcBm.size());
// constuct src boundary patch types as copy of 'field' boundary types // construct src boundary patch types as copy of 'field' boundary types
// note: this will provide place holders for fields with additional // note: this will provide place holders for fields with additional
// entries, but these values will need to be reset // entries, but these values will need to be reset
forAll(srcPatchID_, i) forAll(srcPatchID_, i)