From c3c963bcaf0ff77799da9d6f4fa89381c86b82d2 Mon Sep 17 00:00:00 2001 From: Andrew Heather Date: Thu, 15 Dec 2016 21:18:22 +0000 Subject: [PATCH] STYLE: Minor typo corrections --- .../fields/fvPatchFields/fvPatchField/fvPatchField.H | 7 +++---- 1 file changed, 3 insertions(+), 4 deletions(-) diff --git a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H index 3fe1d2b0f6..483b7f0529 100644 --- a/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H +++ b/src/finiteVolume/fields/fvPatchFields/fvPatchField/fvPatchField.H @@ -32,7 +32,7 @@ Description zero-gradient, fixed-gradient, fixed-value and mixed conditions. The next level of derivation covers all the specialised types with - specific evaluation proceedures, particularly with respect to specific + specific evaluation procedures, particularly with respect to specific fields. SourceFiles @@ -344,8 +344,7 @@ public: } //- Return dimensioned internal field reference - const DimensionedField& - internalField() const + const DimensionedField& internalField() const { return internalField_; } @@ -418,7 +417,7 @@ public: virtual void updateCoeffs(); //- Update the coefficients associated with the patch field - // with a weight field (0..1). This weight field is ususally + // with a weight field (0..1). This weight field is usually // provided as the amount of geometric overlap for 'duplicate' // patches. Sets Updated to true virtual void updateWeightedCoeffs(const scalarField& weights);