From c25af53bd03e697d449e2d8bc13f4a999697221d Mon Sep 17 00:00:00 2001
From: "luz.paz" <luzpaz@users.noreply.github.com>
Date: Sat, 17 Feb 2018 06:02:00 -0500
Subject: [PATCH] Misc. source comments and documentation typos

Typos from wmake/ tutorials/ etc/ and applications/
---
 applications/solvers/combustion/PDRFoam/setDeltaT.H          |  2 +-
 applications/solvers/multiphase/cavitatingFoam/setDeltaT.H   |  2 +-
 .../wallBoilingSubModels/partitioningModels/cosine/cosine.H  |  2 +-
 .../wallBoilingSubModels/partitioningModels/linear/linear.H  |  2 +-
 .../partitioningModels/phaseFraction/phaseFraction.H         |  2 +-
 .../functionObjects/sizeDistribution/sizeDistribution.H      |  2 +-
 .../NonRandomTwoLiquid/NonRandomTwoLiquid.H                  |  4 ++--
 .../driftModels/phaseChange/phaseChange.H                    |  2 +-
 .../populationBalanceModel/populationBalanceModel.H          |  2 +-
 .../twoPhaseEulerFoam/twoPhaseSystem/twoPhaseSystem.C        |  2 +-
 applications/test/ensightFoamReader/udr_checker-80.c         | 12 ++++++------
 applications/test/ensightFoamReader/udr_checker-90.c         | 12 ++++++------
 .../mesh/conversion/Optional/ccm26ToFoam/ccm26ToFoam.C       |  2 +-
 .../mesh/conversion/ideasUnvToFoam/ideasUnvToFoam.C          |  4 ++--
 .../foamyHexMeshBackgroundMesh/foamyHexMeshBackgroundMesh.C  |  2 +-
 .../utilities/mesh/manipulation/renumberMesh/renumberMesh.C  |  2 +-
 .../foamHelp/helpTypes/helpBoundary/helpBoundary.C           |  2 +-
 .../graphics/PVReaders/vtkPVblockMesh/vtkPVblockMesh.C       |  2 +-
 .../postProcessing/graphics/ensightFoamReader/README         |  2 +-
 .../postProcessing/graphics/ensightFoamReader/README7        |  2 +-
 .../graphics/ensightFoamReader/README_1.0_to_2.0             |  4 ++--
 .../graphics/ensightFoamReader/README_2.01_to_2.03           |  4 ++--
 .../graphics/ensightFoamReader/README_USERD_1.0              |  2 +-
 .../graphics/ensightFoamReader/README_USERD_2.0              |  2 +-
 .../graphics/ensightFoamReader/README_USERD_2.01             |  2 +-
 .../graphics/ensightFoamReader/README_USERD_2.03             |  6 +++---
 .../graphics/ensightFoamReader/README_USERD_2.03_CHANGES     |  4 ++--
 .../graphics/ensightFoamReader/README_USERD_2.05             |  6 +++---
 .../graphics/ensightFoamReader/README_USERD_2.06             |  6 +++---
 .../graphics/ensightFoamReader/README_USERD_2.07             |  6 +++---
 .../graphics/ensightFoamReader/README_USERD_2.08             |  6 +++---
 .../utilities/preProcessing/engineSwirl/engineSwirl.C        |  2 +-
 .../surface/surfaceBooleanFeatures/surfaceBooleanFeatures.C  |  4 ++--
 .../surface/surfaceSplitByTopology/surfaceSplitByTopology.C  |  2 +-
 .../icoUncoupledKinematicCloud/icoUncoupledKinematicCloud    |  2 +-
 etc/config.csh/settings                                      |  2 +-
 etc/thermoData/thermoData                                    |  2 +-
 .../rhoPimpleFoam/RAS/angledDuct/system/blockMeshDict.m4     |  4 ++--
 .../rhoPimpleFoam/RAS/angledDuctLTS/system/blockMeshDict.m4  |  4 ++--
 .../angledDuctImplicit/system/blockMeshDict.m4               |  4 ++--
 .../angledDuctExplicitFixedCoeff/system/blockMeshDict.m4     |  4 ++--
 .../angledDuctImplicit/system/blockMeshDict.m4               |  4 ++--
 .../interFoam/RAS/angledDuct/system/blockMeshDict.m4         |  4 ++--
 wmake/scripts/AllwmakeParseArguments                         |  2 +-
 wmake/wmakeCollect                                           |  2 +-
 45 files changed, 77 insertions(+), 77 deletions(-)

diff --git a/applications/solvers/combustion/PDRFoam/setDeltaT.H b/applications/solvers/combustion/PDRFoam/setDeltaT.H
index b003854e7..1bc630f27 100644
--- a/applications/solvers/combustion/PDRFoam/setDeltaT.H
+++ b/applications/solvers/combustion/PDRFoam/setDeltaT.H
@@ -26,7 +26,7 @@ Global
 
 Description
     Reset the timestep to maintain a constant maximum courant Number.
-    Reduction of time-step is imediate but increase is damped to avoid
+    Reduction of time-step is immediate but increase is damped to avoid
     unstable oscillations.
 
 \*---------------------------------------------------------------------------*/
diff --git a/applications/solvers/multiphase/cavitatingFoam/setDeltaT.H b/applications/solvers/multiphase/cavitatingFoam/setDeltaT.H
index cf402dccf..9d0bac58a 100644
--- a/applications/solvers/multiphase/cavitatingFoam/setDeltaT.H
+++ b/applications/solvers/multiphase/cavitatingFoam/setDeltaT.H
@@ -26,7 +26,7 @@ Global
 
 Description
     Reset the timestep to maintain a constant maximum courant Number.
-    Reduction of time-step is imediate but increase is damped to avoid
+    Reduction of time-step is immediate but increase is damped to avoid
     unstable oscillations.
 
 \*---------------------------------------------------------------------------*/
diff --git a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/cosine/cosine.H b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/cosine/cosine.H
index 1ae653546..c887bd836 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/cosine/cosine.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/cosine/cosine.H
@@ -91,7 +91,7 @@ public:
 
     // Member Functions
 
-        //- Calculate and return the wall heat-flux partioning
+        //- Calculate and return the wall heat-flux partitioning
         virtual tmp<scalarField> fLiquid(const scalarField& alphaLiquid) const;
 
         virtual void write(Ostream& os) const;
diff --git a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/linear/linear.H b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/linear/linear.H
index 9694a8752..472827b22 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/linear/linear.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/linear/linear.H
@@ -92,7 +92,7 @@ public:
 
     // Member Functions
 
-        //- Calculate and return the wall heat-flux partioning
+        //- Calculate and return the wall heat-flux partitioning
         virtual tmp<scalarField> fLiquid(const scalarField& alphaLiquid) const;
 
         virtual void write(Ostream& os) const;
diff --git a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/phaseFraction/phaseFraction.H b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/phaseFraction/phaseFraction.H
index 34ccb1ae1..ce6fe06b1 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/phaseFraction/phaseFraction.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/derivedFvPatchFields/wallBoilingSubModels/partitioningModels/phaseFraction/phaseFraction.H
@@ -73,7 +73,7 @@ public:
 
     // Member Functions
 
-        //- Calculate and return the wall heat-flux partioning
+        //- Calculate and return the wall heat-flux partitioning
         virtual tmp<scalarField> fLiquid(const scalarField& alphaLiquid) const;
 };
 
diff --git a/applications/solvers/multiphase/reactingEulerFoam/functionObjects/sizeDistribution/sizeDistribution.H b/applications/solvers/multiphase/reactingEulerFoam/functionObjects/sizeDistribution/sizeDistribution.H
index e54f6ee3c..099c77058 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/functionObjects/sizeDistribution/sizeDistribution.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/functionObjects/sizeDistribution/sizeDistribution.H
@@ -181,7 +181,7 @@ protected:
         //- Number concentrations
         List<scalar> N_;
 
-        //- Write moments up to spezified order with respect to abszissaType
+        //- Write moments up to specified order with respect to abszissaType
         label momentOrder_;
 
         //- Normalization switch
diff --git a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/interfaceCompositionModels/NonRandomTwoLiquid/NonRandomTwoLiquid.H b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/interfaceCompositionModels/NonRandomTwoLiquid/NonRandomTwoLiquid.H
index 2642a1ef3..427aea093 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/interfaceCompositionModels/NonRandomTwoLiquid/NonRandomTwoLiquid.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/interfacialCompositionModels/interfaceCompositionModels/NonRandomTwoLiquid/NonRandomTwoLiquid.H
@@ -88,10 +88,10 @@ class NonRandomTwoLiquid
         //- Non-randomness constant parameter for species 2
         dimensionedScalar alpha21_;
 
-        //- Non-randomness linear paramater for species 1
+        //- Non-randomness linear parameter for species 1
         dimensionedScalar beta12_;
 
-        //- Non-randomness linear paramater for species 2
+        //- Non-randomness linear parameter for species 2
         dimensionedScalar beta21_;
 
         //- Interaction parameter model for species 1
diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/driftModels/phaseChange/phaseChange.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/driftModels/phaseChange/phaseChange.H
index bc209d239..87352e184 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/driftModels/phaseChange/phaseChange.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/driftModels/phaseChange/phaseChange.H
@@ -56,7 +56,7 @@ class phaseChange
 {
     // Private data
 
-        //- Names of unorderd phasePairs between which phaseChange occurs, i.e.
+        //- Names of unordered phasePairs between which phaseChange occurs, i.e.
         //  "(gasIAndLiquid gasIIAndLiquid)"
         List<word> pairNames_;
 
diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/populationBalanceModel/populationBalanceModel.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/populationBalanceModel/populationBalanceModel.H
index 432d16b4f..7952bad16 100644
--- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/populationBalanceModel/populationBalanceModel.H
+++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/populationBalanceModel/populationBalanceModel.H
@@ -33,7 +33,7 @@ Description
     Ramkrishna (1996). The source terms are written in a way that particle
     number and mass are preserved. Coalescence (aggregation), breakup, drift
     (growth and surface loss) as well as nucleation are supported.
-    For the discrete breakup term two recipies are available, depending on the
+    For the discrete breakup term two recipes are available, depending on the
     model choice. For models which state a total breakup rate and a separate
     daughter size distribution function, the formulation of Kumar and Ramkrishna
     (1996) is applied which is applicable for binary and multiple breakup
diff --git a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/twoPhaseSystem.C b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/twoPhaseSystem.C
index c6861dcf2..f9810ceb9 100644
--- a/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/twoPhaseSystem.C
+++ b/applications/solvers/multiphase/twoPhaseEulerFoam/twoPhaseSystem/twoPhaseSystem.C
@@ -183,7 +183,7 @@ Foam::twoPhaseSystem::twoPhaseSystem
             pair_,
             pair1In2_,
             pair2In1_,
-            false // Do not zero drag coefficent at fixed-flux BCs
+            false // Do not zero drag coefficient at fixed-flux BCs
         )
     );
 
diff --git a/applications/test/ensightFoamReader/udr_checker-80.c b/applications/test/ensightFoamReader/udr_checker-80.c
index 22fb6feb5..8b8e5ce19 100644
--- a/applications/test/ensightFoamReader/udr_checker-80.c
+++ b/applications/test/ensightFoamReader/udr_checker-80.c
@@ -3345,7 +3345,7 @@ gold_var_loader(int var_time_step)
           if(nsize > 0) {
             values = (float *) calloc((nsize+1),sizeof(float));
             if(values == (float *) NULL) {
-              fprintf(stderr,"Error: alocating variable values\n");
+              fprintf(stderr,"Error: allocating variable values\n");
               return(Z_ERR);
             }
 
@@ -3490,7 +3490,7 @@ gold_var_loader(int var_time_step)
 
               values = (float *) calloc((nsize+1),sizeof(float));
               if(values == (float *) NULL) {
-                fprintf(stderr,"Error: alocating variable values\n");
+                fprintf(stderr,"Error: allocating variable values\n");
                 return(Z_ERR);
               }
 
@@ -4179,7 +4179,7 @@ var_loader(int var_time_step)
           if(nsize > 0) {
             values = (float *) calloc((num_comps * nsize),sizeof(float));
             if(values == (float *) NULL) {
-              fprintf(stderr,"Error: alocating variable values\n");
+              fprintf(stderr,"Error: allocating variable values\n");
               return(Z_ERR);
             }
 
@@ -4240,7 +4240,7 @@ var_loader(int var_time_step)
 
                 tvalues = (float *) calloc(nsize,sizeof(float));
                 if(tvalues == (float *) NULL) {
-                  fprintf(stderr,"Error: alocating tvalues array\n");
+                  fprintf(stderr,"Error: allocating tvalues array\n");
                   return(Z_ERR);
                 }
 
@@ -4364,7 +4364,7 @@ var_loader(int var_time_step)
 
               values = (float *) calloc((num_comps * nsize),sizeof(float));
               if(values == (float *) NULL) {
-                fprintf(stderr,"Error: alocating variable values\n");
+                fprintf(stderr,"Error: allocating variable values\n");
                 return(Z_ERR);
               }
 
@@ -4424,7 +4424,7 @@ var_loader(int var_time_step)
 
                   tvalues = (float *) calloc(nsize,sizeof(float));
                   if(tvalues == (float *) NULL) {
-                    fprintf(stderr,"Error: alocating tvalues array\n");
+                    fprintf(stderr,"Error: allocating tvalues array\n");
                     return(Z_ERR);
                   }
 
diff --git a/applications/test/ensightFoamReader/udr_checker-90.c b/applications/test/ensightFoamReader/udr_checker-90.c
index c3197bf8e..5addb1ae4 100644
--- a/applications/test/ensightFoamReader/udr_checker-90.c
+++ b/applications/test/ensightFoamReader/udr_checker-90.c
@@ -3806,7 +3806,7 @@ gold_var_loader(int var_time_step)
           if(nsize > 0) {
             values = (float *) calloc((nsize+1),sizeof(float));
             if(values == (float *) NULL) {
-              fprintf(stderr,"Error: alocating variable values\n");
+              fprintf(stderr,"Error: allocating variable values\n");
               return(Z_ERR);
             }
 
@@ -3976,7 +3976,7 @@ gold_var_loader(int var_time_step)
 
               values = (float *) calloc((nsize+1),sizeof(float));
               if(values == (float *) NULL) {
-                fprintf(stderr,"Error: alocating variable values\n");
+                fprintf(stderr,"Error: allocating variable values\n");
                 return(Z_ERR);
               }
 
@@ -4665,7 +4665,7 @@ var_loader(int var_time_step)
           if(nsize > 0) {
             values = (float *) calloc((num_comps * nsize),sizeof(float));
             if(values == (float *) NULL) {
-              fprintf(stderr,"Error: alocating variable values\n");
+              fprintf(stderr,"Error: allocating variable values\n");
               return(Z_ERR);
             }
 
@@ -4726,7 +4726,7 @@ var_loader(int var_time_step)
 
                 tvalues = (float *) calloc(nsize,sizeof(float));
                 if(tvalues == (float *) NULL) {
-                  fprintf(stderr,"Error: alocating tvalues array\n");
+                  fprintf(stderr,"Error: allocating tvalues array\n");
                   return(Z_ERR);
                 }
 
@@ -4850,7 +4850,7 @@ var_loader(int var_time_step)
 
               values = (float *) calloc((num_comps * nsize),sizeof(float));
               if(values == (float *) NULL) {
-                fprintf(stderr,"Error: alocating variable values\n");
+                fprintf(stderr,"Error: allocating variable values\n");
                 return(Z_ERR);
               }
 
@@ -4910,7 +4910,7 @@ var_loader(int var_time_step)
 
                   tvalues = (float *) calloc(nsize,sizeof(float));
                   if(tvalues == (float *) NULL) {
-                    fprintf(stderr,"Error: alocating tvalues array\n");
+                    fprintf(stderr,"Error: allocating tvalues array\n");
                     return(Z_ERR);
                   }
 
diff --git a/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/ccm26ToFoam.C b/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/ccm26ToFoam.C
index 854dea352..1ee0c16dd 100644
--- a/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/ccm26ToFoam.C
+++ b/applications/utilities/mesh/conversion/Optional/ccm26ToFoam/ccm26ToFoam.C
@@ -759,7 +759,7 @@ int main(int argc, char *argv[])
             << endl;
 
         // Create some default patch names/types. These will be overwritten
-        // by any problem desciption (if it is there)
+        // by any problem description (if it is there)
         foamPatchTypes.setSize(foamPatchStarts.size());
         foamPatchNames.setSize(foamPatchStarts.size());
 
diff --git a/applications/utilities/mesh/conversion/ideasUnvToFoam/ideasUnvToFoam.C b/applications/utilities/mesh/conversion/ideasUnvToFoam/ideasUnvToFoam.C
index 456d024df..ca61d4fdb 100644
--- a/applications/utilities/mesh/conversion/ideasUnvToFoam/ideasUnvToFoam.C
+++ b/applications/utilities/mesh/conversion/ideasUnvToFoam/ideasUnvToFoam.C
@@ -577,7 +577,7 @@ void readDOFS
     DynamicList<labelList>& dofVertices
 )
 {
-    Info<< "Starting reading contraints at line " << is.lineNumber() << '.'
+    Info<< "Starting reading constraints at line " << is.lineNumber() << '.'
         << endl;
 
     string line;
@@ -942,7 +942,7 @@ int main(int argc, char *argv[])
         Info<< "Using " << dofVertIndices.size()
             << " DOF sets to detect boundary faces."<< endl;
 
-        // Renumber vertex numbers on contraints
+        // Renumber vertex numbers on constraints
         forAll(dofVertIndices, patchi)
         {
             inplaceRenumber(unvToFoam, dofVertIndices[patchi]);
diff --git a/applications/utilities/mesh/generation/foamyMesh/foamyHexMeshBackgroundMesh/foamyHexMeshBackgroundMesh.C b/applications/utilities/mesh/generation/foamyMesh/foamyHexMeshBackgroundMesh/foamyHexMeshBackgroundMesh.C
index 9330575c6..452620f8d 100644
--- a/applications/utilities/mesh/generation/foamyMesh/foamyHexMeshBackgroundMesh/foamyHexMeshBackgroundMesh.C
+++ b/applications/utilities/mesh/generation/foamyMesh/foamyHexMeshBackgroundMesh/foamyHexMeshBackgroundMesh.C
@@ -571,7 +571,7 @@ int main(int argc, char *argv[])
     }
 
 
-    Info<< "Refining backgroud mesh according to cell size specification" << nl
+    Info<< "Refining background mesh according to cell size specification" << nl
         << endl;
 
     backgroundMeshDecomposition backgroundMesh
diff --git a/applications/utilities/mesh/manipulation/renumberMesh/renumberMesh.C b/applications/utilities/mesh/manipulation/renumberMesh/renumberMesh.C
index ce82a8af5..04de788a8 100644
--- a/applications/utilities/mesh/manipulation/renumberMesh/renumberMesh.C
+++ b/applications/utilities/mesh/manipulation/renumberMesh/renumberMesh.C
@@ -941,7 +941,7 @@ int main(int argc, char *argv[])
     }
     else
     {
-        // Detemines sorted back to original cell ordering
+        // Determines sorted back to original cell ordering
         cellOrder = renumberPtr().renumber
         (
             mesh,
diff --git a/applications/utilities/miscellaneous/foamHelp/helpTypes/helpBoundary/helpBoundary.C b/applications/utilities/miscellaneous/foamHelp/helpTypes/helpBoundary/helpBoundary.C
index 893f7f345..12c002dfe 100644
--- a/applications/utilities/miscellaneous/foamHelp/helpTypes/helpBoundary/helpBoundary.C
+++ b/applications/utilities/miscellaneous/foamHelp/helpTypes/helpBoundary/helpBoundary.C
@@ -93,7 +93,7 @@ void Foam::helpTypes::helpBoundary::execute
     if (abortVar)
     {
         FatalErrorInFunction
-            << "Please unset FOAM_ABORT to use this utlity"
+            << "Please unset FOAM_ABORT to use this utility"
             << exit(FatalError);
     }
 
diff --git a/applications/utilities/postProcessing/graphics/PVReaders/vtkPVblockMesh/vtkPVblockMesh.C b/applications/utilities/postProcessing/graphics/PVReaders/vtkPVblockMesh/vtkPVblockMesh.C
index a9cc175c2..90a0412a7 100644
--- a/applications/utilities/postProcessing/graphics/PVReaders/vtkPVblockMesh/vtkPVblockMesh.C
+++ b/applications/utilities/postProcessing/graphics/PVReaders/vtkPVblockMesh/vtkPVblockMesh.C
@@ -410,7 +410,7 @@ void Foam::vtkPVblockMesh::Update
     updateFoamMesh();
     reader_->UpdateProgress(0.5);
 
-    // Convert mesh elemente
+    // Convert mesh element
     int blockNo = 0;
 
     convertMeshCorners(output, blockNo);
diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/README b/applications/utilities/postProcessing/graphics/ensightFoamReader/README
index 6c252962e..66b8a580f 100644
--- a/applications/utilities/postProcessing/graphics/ensightFoamReader/README
+++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/README
@@ -902,7 +902,7 @@ USERD_get_element_label_status
 
    Notes:
    -----
-   * element lables are needed in order to do any element querying, or
+   * element labels are needed in order to do any element querying, or
      element labeling on-screen within EnSight.
 
        For unstructured parts, you can read them from your file if
diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/README7 b/applications/utilities/postProcessing/graphics/ensightFoamReader/README7
index 67b347736..837c58407 100644
--- a/applications/utilities/postProcessing/graphics/ensightFoamReader/README7
+++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/README7
@@ -902,7 +902,7 @@ USERD_get_element_label_status
 
    Notes:
    -----
-   * element lables are needed in order to do any element querying, or
+   * element labels are needed in order to do any element querying, or
      element labeling on-screen within EnSight.
 
        For unstructured parts, you can read them from your file if
diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_1.0_to_2.0 b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_1.0_to_2.0
index b9381099e..60717b54a 100644
--- a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_1.0_to_2.0
+++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_1.0_to_2.0
@@ -7,7 +7,7 @@ Note that you do not have to update your (1.0 API) user defined reader if it
 is already working fine for you.
 
 You should consider it if:
-  - efficieny gains are needed or
+  - efficiency gains are needed or
   - you need access to complex variables or
   - you need access to tensor variables or
   - you need multiple timeset capability or
@@ -345,7 +345,7 @@ USERD_get_element_ids_for_part              USERD_get_part_element_ids_by_type
                       (Can be a dummy) ->   USERD_get_model_extents
                             (Required) ->   USERD_get_reader_version
 
-     multiple timeset releated:
+     multiple timeset related:
                             (Required) ->   USERD_get_number_timesets
                             (Required) ->   USERD_get_timeset_description
                             (Required) ->   USERD_get_geom_timeset_number
diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_2.01_to_2.03 b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_2.01_to_2.03
index 23f27ec89..2cae8f514 100644
--- a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_2.01_to_2.03
+++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_2.01_to_2.03
@@ -74,7 +74,7 @@ called is given.
         USERD_get_number_of_materials
         USERD_get_matf_var_info
 
-      For each elment type of each part containing material ids, calls:
+      For each element type of each part containing material ids, calls:
         USERD_size_matf_data
         USERD_load_matf_data
 
@@ -1344,7 +1344,7 @@ USERD_get_gold_part_build_info
                               1       2       3  (I planes)
  
  
-        And note that if you were partioning this block for
+        And note that if you were partitioning this block for
         EnSight's Server of Servers, you would only have one part,
         instead of two.  Each SOS server would return its appropriate
         ranges in the last 6 slots. The first 3 slots would remain constant.
diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_1.0 b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_1.0
index 95eebcaba..f0b2c842b 100644
--- a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_1.0
+++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_1.0
@@ -1063,7 +1063,7 @@ USERD_get_element_label_status
 
    Notes:
    -----
-   * element lables are needed in order to do any element querying, or
+   * element labels are needed in order to do any element querying, or
      element labeling on-screen within EnSight.
 
        For unstructured parts, you can read them from your file if
diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.0 b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.0
index b8565247a..4b3453895 100644
--- a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.0
+++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.0
@@ -987,7 +987,7 @@ USERD_get_element_label_status
 
    Notes:
    -----
-   * element lables are needed in order to do any element querying, or
+   * element labels are needed in order to do any element querying, or
      element labeling on-screen within EnSight.
 
        For unstructured parts, you can read them from your file if
diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.01 b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.01
index 62390e63e..e0b7ffa88 100644
--- a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.01
+++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.01
@@ -1056,7 +1056,7 @@ USERD_get_element_label_status
 
    Notes:
    -----
-   * element lables are needed in order to do any element querying, or
+   * element labels are needed in order to do any element querying, or
      element labeling on-screen within EnSight.
 
    * Prior to API 2.01:
diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.03 b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.03
index 846d708ad..38587402c 100644
--- a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.03
+++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.03
@@ -470,7 +470,7 @@ called is given.
           USERD_get_number_of_materials
           USERD_get_matf_var_info
 
-        For each elment type of each part containing material ids, calls:
+        For each element type of each part containing material ids, calls:
           USERD_size_matf_data
           USERD_load_matf_data
 
@@ -1081,7 +1081,7 @@ USERD_get_element_label_status
 
    Notes:
    -----
-   * element lables are needed in order to do any element querying, or
+   * element labels are needed in order to do any element querying, or
      element labeling on-screen within EnSight.
 
    * Prior to API 2.01:
@@ -1430,7 +1430,7 @@ USERD_get_gold_part_build_info
                               1       2       3  (I planes)
 
 
-        And note that if you were partioning this block for
+        And note that if you were partitioning this block for
         EnSight's Server of Servers, you would only have one part,
         instead of two.  Each SOS server would return its appropriate
         ranges in the last 6 slots. The first 3 slots would remain constant.
diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.03_CHANGES b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.03_CHANGES
index 90941e03e..e9aaeb329 100644
--- a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.03_CHANGES
+++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.03_CHANGES
@@ -74,7 +74,7 @@ called is given.
         USERD_get_number_of_materials
         USERD_get_matf_var_info
 
-      For each elment type of each part containing material ids, calls:
+      For each element type of each part containing material ids, calls:
         USERD_size_matf_data
         USERD_load_matf_data
 
@@ -1344,7 +1344,7 @@ USERD_get_gold_part_build_info
                               1       2       3  (I planes)
  
  
-        And note that if you were partioning this block for
+        And note that if you were partitioning this block for
         EnSight's Server of Servers, you would only have one part,
         instead of two.  Each SOS server would return its appropriate
         ranges in the last 6 slots. The first 3 slots would remain constant.
diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.05 b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.05
index 0e73a2cf1..07b2d652d 100644
--- a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.05
+++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.05
@@ -580,7 +580,7 @@ called is given.
           USERD_get_number_of_materials
           USERD_get_matf_var_info
 
-        For each elment type of each part containing material ids, calls:
+        For each element type of each part containing material ids, calls:
           USERD_size_matf_data
           USERD_load_matf_data
 
@@ -1198,7 +1198,7 @@ USERD_get_element_label_status
 
    Notes:
    -----
-   * element lables are needed in order to do any element querying, or
+   * element labels are needed in order to do any element querying, or
      element labeling on-screen within EnSight.
 
    * Prior to API 2.01:
@@ -1547,7 +1547,7 @@ USERD_get_gold_part_build_info
                               1       2       3  (I planes)
 
 
-        And note that if you were partioning this block for
+        And note that if you were partitioning this block for
         EnSight's Server of Servers, you would only have one part,
         instead of two.  Each SOS server would return its appropriate
         ranges in the last 6 slots. The first 3 slots would remain constant.
diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.06 b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.06
index b39e8946d..7e2e086c1 100644
--- a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.06
+++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.06
@@ -550,7 +550,7 @@ called is given.
           USERD_get_number_of_materials
           USERD_get_matf_var_info
 
-        For each elment type of each part containing material ids, calls:
+        For each element type of each part containing material ids, calls:
           USERD_size_matf_data
           USERD_load_matf_data
 
@@ -1168,7 +1168,7 @@ USERD_get_element_label_status
 
    Notes:
    -----
-   * element lables are needed in order to do any element querying, or
+   * element labels are needed in order to do any element querying, or
      element labeling on-screen within EnSight.
 
    * Prior to API 2.01:
@@ -1517,7 +1517,7 @@ USERD_get_gold_part_build_info
                               1       2       3  (I planes)
 
 
-        And note that if you were partioning this block for
+        And note that if you were partitioning this block for
         EnSight's Server of Servers, you would only have one part,
         instead of two.  Each SOS server would return its appropriate
         ranges in the last 6 slots. The first 3 slots would remain constant.
diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.07 b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.07
index e16eaedf7..0b63533da 100644
--- a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.07
+++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.07
@@ -564,7 +564,7 @@ called is given.
           USERD_get_number_of_materials
           USERD_get_matf_var_info
 
-        For each elment type of each part containing material ids, calls:
+        For each element type of each part containing material ids, calls:
           USERD_size_matf_data
           USERD_load_matf_data
 
@@ -1182,7 +1182,7 @@ USERD_get_element_label_status
 
    Notes:
    -----
-   * element lables are needed in order to do any element querying, or
+   * element labels are needed in order to do any element querying, or
      element labeling on-screen within EnSight.
 
    * Prior to API 2.01:
@@ -1531,7 +1531,7 @@ USERD_get_gold_part_build_info
                               1       2       3  (I planes)
 
 
-        And note that if you were partioning this block for
+        And note that if you were partitioning this block for
         EnSight's Server of Servers, you would only have one part,
         instead of two.  Each SOS server would return its appropriate
         ranges in the last 6 slots. The first 3 slots would remain constant.
diff --git a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.08 b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.08
index eec276853..117cc40ad 100644
--- a/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.08
+++ b/applications/utilities/postProcessing/graphics/ensightFoamReader/README_USERD_2.08
@@ -568,7 +568,7 @@ called is given.
           USERD_get_number_of_materials
           USERD_get_matf_var_info
 
-        For each elment type of each part containing material ids, calls:
+        For each element type of each part containing material ids, calls:
           USERD_size_matf_data
           USERD_load_matf_data
 
@@ -1186,7 +1186,7 @@ USERD_get_element_label_status
 
    Notes:
    -----
-   * element lables are needed in order to do any element querying, or
+   * element labels are needed in order to do any element querying, or
      element labeling on-screen within EnSight.
 
    * Prior to API 2.01:
@@ -1535,7 +1535,7 @@ USERD_get_gold_part_build_info
                               1       2       3  (I planes)
 
 
-        And note that if you were partioning this block for
+        And note that if you were partitioning this block for
         EnSight's Server of Servers, you would only have one part,
         instead of two.  Each SOS server would return its appropriate
         ranges in the last 6 slots. The first 3 slots would remain constant.
diff --git a/applications/utilities/preProcessing/engineSwirl/engineSwirl.C b/applications/utilities/preProcessing/engineSwirl/engineSwirl.C
index 3c921e930..9e10c5f1b 100644
--- a/applications/utilities/preProcessing/engineSwirl/engineSwirl.C
+++ b/applications/utilities/preProcessing/engineSwirl/engineSwirl.C
@@ -25,7 +25,7 @@ Application
     engineSwirl
 
 Description
-    Generates a swirling flow for engine calulations.
+    Generates a swirling flow for engine calculations.
 
 \*---------------------------------------------------------------------------*/
 
diff --git a/applications/utilities/surface/surfaceBooleanFeatures/surfaceBooleanFeatures.C b/applications/utilities/surface/surfaceBooleanFeatures/surfaceBooleanFeatures.C
index e384e3f4b..0b1af1e22 100644
--- a/applications/utilities/surface/surfaceBooleanFeatures/surfaceBooleanFeatures.C
+++ b/applications/utilities/surface/surfaceBooleanFeatures/surfaceBooleanFeatures.C
@@ -61,8 +61,8 @@ Description
 
     @endverbatim
 
-    When the operation is performed - for union, all of the edges generates
-    where one surfaces cuts another are all "internal" for union, and "external"
+    When the operation is performed - for union, all of the edges generate
+    where one surface cuts another are all "internal" for union, and "external"
     for intersection, b - a and a - b.  This has been assumed, formal (dis)proof
     is invited.
 
diff --git a/applications/utilities/surface/surfaceSplitByTopology/surfaceSplitByTopology.C b/applications/utilities/surface/surfaceSplitByTopology/surfaceSplitByTopology.C
index 1046d085f..9567cdb1a 100644
--- a/applications/utilities/surface/surfaceSplitByTopology/surfaceSplitByTopology.C
+++ b/applications/utilities/surface/surfaceSplitByTopology/surfaceSplitByTopology.C
@@ -205,7 +205,7 @@ int main(int argc, char *argv[])
           + name(z)
           + "." + outExtension;
 
-        Info<< "    Writing mulitple part "
+        Info<< "    Writing multiple part "
             << z << " to " << remainingPartFileName << endl;
 
         zoneSurf.write(remainingPartFileName);
diff --git a/etc/caseDicts/postProcessing/solvers/icoUncoupledKinematicCloud/icoUncoupledKinematicCloud b/etc/caseDicts/postProcessing/solvers/icoUncoupledKinematicCloud/icoUncoupledKinematicCloud
index 9b45c0789..77435960c 100644
--- a/etc/caseDicts/postProcessing/solvers/icoUncoupledKinematicCloud/icoUncoupledKinematicCloud
+++ b/etc/caseDicts/postProcessing/solvers/icoUncoupledKinematicCloud/icoUncoupledKinematicCloud
@@ -8,7 +8,7 @@
 Description
     Tracks a cloud of parcels driven by the flow of the continuous phase.
 
-    The cloud is specifed by a kinematicCloudProperties file in the constant
+    The cloud is specified by a kinematicCloudProperties file in the constant
     directory.  A template file is provided in:
     $FOAM_ETC/caseDicts/solvers/lagrangian
 
diff --git a/etc/config.csh/settings b/etc/config.csh/settings
index aa8243d9a..4c9da8601 100644
--- a/etc/config.csh/settings
+++ b/etc/config.csh/settings
@@ -216,7 +216,7 @@ endif
 switch ("$WM_COMPILER_TYPE")
 case OpenFOAM:
 case ThirdParty:
-    # Default versions of GMP, MPFR and MPC, overide as necessary
+    # Default versions of GMP, MPFR and MPC, override as necessary
     set gmp_version=gmp-5.1.2
     set mpfr_version=mpfr-3.1.2
     set mpc_version=mpc-1.0.1
diff --git a/etc/thermoData/thermoData b/etc/thermoData/thermoData
index d6da0fbe8..f1e9d2559 100644
--- a/etc/thermoData/thermoData
+++ b/etc/thermoData/thermoData
@@ -17,7 +17,7 @@ Specie names have been transposed into a form supported by the OpenFOAM parser:
 
   1. Names starting with characters "[1-9]|*|(" are prepended with "-s".
   2. The character "'" has been replaced with "p".
-  3. The characted "/" has been replaced with "by".
+  3. The character "/" has been replaced with "by".
   4. All tabs removed.
   5. All Parts of the species names are concatenated with spaces replaced by "_".
   6. "REF.ELEM.*" has been removed.
diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/angledDuct/system/blockMeshDict.m4 b/tutorials/compressible/rhoPimpleFoam/RAS/angledDuct/system/blockMeshDict.m4
index ce48c8099..84e276aec 100644
--- a/tutorials/compressible/rhoPimpleFoam/RAS/angledDuct/system/blockMeshDict.m4
+++ b/tutorials/compressible/rhoPimpleFoam/RAS/angledDuct/system/blockMeshDict.m4
@@ -17,7 +17,7 @@ FoamFile
 // the porosity is not aligned with the main axes
 //
 dnl> -----------------------------------------------------------------
-dnl> <STANDARD DEFINTIONS>
+dnl> <STANDARD DEFINITIONS>
 dnl>
 changecom(//)changequote([,]) dnl>
 define(calc, [esyscmd(perl -e 'print ($1)')]) dnl>
@@ -29,7 +29,7 @@ define(quad2D, ($1f $1b $2b $2f))  dnl>
 define(frontQuad, ($1f $2f $3f $4f)) dnl>
 define(backQuad, ($4b $3b $2b $1b)) dnl>
 dnl>
-dnl> </STANDARD DEFINTIONS>
+dnl> </STANDARD DEFINITIONS>
 dnl> -----------------------------------------------------------------
 dnl>
 define(ncells, 20) dnl>
diff --git a/tutorials/compressible/rhoPimpleFoam/RAS/angledDuctLTS/system/blockMeshDict.m4 b/tutorials/compressible/rhoPimpleFoam/RAS/angledDuctLTS/system/blockMeshDict.m4
index 09a467039..caf146668 100644
--- a/tutorials/compressible/rhoPimpleFoam/RAS/angledDuctLTS/system/blockMeshDict.m4
+++ b/tutorials/compressible/rhoPimpleFoam/RAS/angledDuctLTS/system/blockMeshDict.m4
@@ -17,7 +17,7 @@ FoamFile
 // the porosity is not aligned with the main axes
 //
 dnl> -----------------------------------------------------------------
-dnl> <STANDARD DEFINTIONS>
+dnl> <STANDARD DEFINITIONS>
 dnl>
 changecom(//)changequote([,]) dnl>
 define(calc, [esyscmd(perl -e 'print ($1)')]) dnl>
@@ -29,7 +29,7 @@ define(quad2D, ($1f $1b $2b $2f))  dnl>
 define(frontQuad, ($1f $2f $3f $4f)) dnl>
 define(backQuad, ($4b $3b $2b $1b)) dnl>
 dnl>
-dnl> </STANDARD DEFINTIONS>
+dnl> </STANDARD DEFINITIONS>
 dnl> -----------------------------------------------------------------
 dnl>
 define(ncells, 20) dnl>
diff --git a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/system/blockMeshDict.m4 b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/system/blockMeshDict.m4
index 09a467039..caf146668 100644
--- a/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/system/blockMeshDict.m4
+++ b/tutorials/compressible/rhoPorousSimpleFoam/angledDuctImplicit/system/blockMeshDict.m4
@@ -17,7 +17,7 @@ FoamFile
 // the porosity is not aligned with the main axes
 //
 dnl> -----------------------------------------------------------------
-dnl> <STANDARD DEFINTIONS>
+dnl> <STANDARD DEFINITIONS>
 dnl>
 changecom(//)changequote([,]) dnl>
 define(calc, [esyscmd(perl -e 'print ($1)')]) dnl>
@@ -29,7 +29,7 @@ define(quad2D, ($1f $1b $2b $2f))  dnl>
 define(frontQuad, ($1f $2f $3f $4f)) dnl>
 define(backQuad, ($4b $3b $2b $1b)) dnl>
 dnl>
-dnl> </STANDARD DEFINTIONS>
+dnl> </STANDARD DEFINITIONS>
 dnl> -----------------------------------------------------------------
 dnl>
 define(ncells, 20) dnl>
diff --git a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/blockMeshDict.m4 b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/blockMeshDict.m4
index 09a467039..caf146668 100644
--- a/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/blockMeshDict.m4
+++ b/tutorials/compressible/rhoSimpleFoam/angledDuctExplicitFixedCoeff/system/blockMeshDict.m4
@@ -17,7 +17,7 @@ FoamFile
 // the porosity is not aligned with the main axes
 //
 dnl> -----------------------------------------------------------------
-dnl> <STANDARD DEFINTIONS>
+dnl> <STANDARD DEFINITIONS>
 dnl>
 changecom(//)changequote([,]) dnl>
 define(calc, [esyscmd(perl -e 'print ($1)')]) dnl>
@@ -29,7 +29,7 @@ define(quad2D, ($1f $1b $2b $2f))  dnl>
 define(frontQuad, ($1f $2f $3f $4f)) dnl>
 define(backQuad, ($4b $3b $2b $1b)) dnl>
 dnl>
-dnl> </STANDARD DEFINTIONS>
+dnl> </STANDARD DEFINITIONS>
 dnl> -----------------------------------------------------------------
 dnl>
 define(ncells, 20) dnl>
diff --git a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/system/blockMeshDict.m4 b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/system/blockMeshDict.m4
index 09a467039..caf146668 100644
--- a/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/system/blockMeshDict.m4
+++ b/tutorials/incompressible/porousSimpleFoam/angledDuctImplicit/system/blockMeshDict.m4
@@ -17,7 +17,7 @@ FoamFile
 // the porosity is not aligned with the main axes
 //
 dnl> -----------------------------------------------------------------
-dnl> <STANDARD DEFINTIONS>
+dnl> <STANDARD DEFINITIONS>
 dnl>
 changecom(//)changequote([,]) dnl>
 define(calc, [esyscmd(perl -e 'print ($1)')]) dnl>
@@ -29,7 +29,7 @@ define(quad2D, ($1f $1b $2b $2f))  dnl>
 define(frontQuad, ($1f $2f $3f $4f)) dnl>
 define(backQuad, ($4b $3b $2b $1b)) dnl>
 dnl>
-dnl> </STANDARD DEFINTIONS>
+dnl> </STANDARD DEFINITIONS>
 dnl> -----------------------------------------------------------------
 dnl>
 define(ncells, 20) dnl>
diff --git a/tutorials/multiphase/interFoam/RAS/angledDuct/system/blockMeshDict.m4 b/tutorials/multiphase/interFoam/RAS/angledDuct/system/blockMeshDict.m4
index ce48c8099..84e276aec 100644
--- a/tutorials/multiphase/interFoam/RAS/angledDuct/system/blockMeshDict.m4
+++ b/tutorials/multiphase/interFoam/RAS/angledDuct/system/blockMeshDict.m4
@@ -17,7 +17,7 @@ FoamFile
 // the porosity is not aligned with the main axes
 //
 dnl> -----------------------------------------------------------------
-dnl> <STANDARD DEFINTIONS>
+dnl> <STANDARD DEFINITIONS>
 dnl>
 changecom(//)changequote([,]) dnl>
 define(calc, [esyscmd(perl -e 'print ($1)')]) dnl>
@@ -29,7 +29,7 @@ define(quad2D, ($1f $1b $2b $2f))  dnl>
 define(frontQuad, ($1f $2f $3f $4f)) dnl>
 define(backQuad, ($4b $3b $2b $1b)) dnl>
 dnl>
-dnl> </STANDARD DEFINTIONS>
+dnl> </STANDARD DEFINITIONS>
 dnl> -----------------------------------------------------------------
 dnl>
 define(ncells, 20) dnl>
diff --git a/wmake/scripts/AllwmakeParseArguments b/wmake/scripts/AllwmakeParseArguments
index 0736876ad..fec1d6031 100644
--- a/wmake/scripts/AllwmakeParseArguments
+++ b/wmake/scripts/AllwmakeParseArguments
@@ -79,7 +79,7 @@ do
             usage
             exit 0
             ;;
-        # Check if called from wmake to avoid recusion
+        # Check if called from wmake to avoid recursion
         -fromWmake)
             fromWmake="fromWmake"
             ;;
diff --git a/wmake/wmakeCollect b/wmake/wmakeCollect
index fd4ed3442..9f99ab49c 100755
--- a/wmake/wmakeCollect
+++ b/wmake/wmakeCollect
@@ -72,7 +72,7 @@ error() {
     exit 1
 }
 
-# Set true to clean-up file if interupted
+# Set true to clean-up file if interrupted
 cleanup=
 
 while [ "$#" -gt 0 ]
-- 
2.16.1

