From 7a2eb638240df4c8a30c8ab9f97e9aa65e3f991d Mon Sep 17 00:00:00 2001
From: Henry Weller <http://cfd.direct>
Date: Thu, 26 Jan 2017 20:18:50 +0000
Subject: [PATCH] Corrected spelling mistake

---
 bin/Co                                                      | 4 ++--
 bin/Lambda2                                                 | 2 +-
 bin/Mach                                                    | 4 ++--
 bin/Pe                                                      | 4 ++--
 bin/Q                                                       | 2 +-
 bin/R                                                       | 2 +-
 bin/createTurbulenceFields                                  | 4 ++--
 bin/enstrophy                                               | 2 +-
 bin/execFlowFunctionObjects                                 | 4 ++--
 bin/flowType                                                | 2 +-
 bin/foamCalc                                                | 4 ++--
 bin/foamDebugSwitches                                       | 4 ++--
 bin/foamGraphExecTime                                       | 4 ++--
 bin/foamGraphResKE                                          | 4 ++--
 bin/foamGraphResUVWP                                        | 4 ++--
 bin/patchAverage                                            | 4 ++--
 bin/patchIntegrate                                          | 4 ++--
 bin/probeLocations                                          | 4 ++--
 bin/ptot                                                    | 4 ++--
 bin/sample                                                  | 4 ++--
 bin/streamFunction                                          | 2 +-
 bin/stressComponents                                        | 2 +-
 bin/{supercededByPostProcess => supersededByPostProcess}    | 6 +++---
 ...dedByPostProcessOption => supersededByPostProcessOption} | 6 +++---
 bin/vorticity                                               | 2 +-
 bin/wallGradU                                               | 2 +-
 bin/wallHeatFlux                                            | 2 +-
 bin/wallShearStress                                         | 2 +-
 bin/wdot                                                    | 2 +-
 bin/writeCellCentres                                        | 2 +-
 bin/yPlus                                                   | 2 +-
 31 files changed, 50 insertions(+), 50 deletions(-)
 rename bin/{supercededByPostProcess => supersededByPostProcess} (88%)
 rename bin/{supercededByPostProcessOption => supersededByPostProcessOption} (90%)

diff --git a/bin/Co b/bin/Co
index a340dbcc0ba..1941e269dbf 100755
--- a/bin/Co
+++ b/bin/Co
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2016-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the -postProcess solver option:"
+echo $Script "has been superseded by the -postProcess solver option:"
 echo "<solverName> -func CourantNo"
 echo "e.g."
 echo "pimpleFoam -postProcess -func CourantNo"
diff --git a/bin/Lambda2 b/bin/Lambda2
index 7b00da8e40e..649dcf40880 120000
--- a/bin/Lambda2
+++ b/bin/Lambda2
@@ -1 +1 @@
-supercededByPostProcess
\ No newline at end of file
+supersededByPostProcess
\ No newline at end of file
diff --git a/bin/Mach b/bin/Mach
index 85f5b2848ae..63b608f20b7 100755
--- a/bin/Mach
+++ b/bin/Mach
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2016-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the -postProcess solver option:"
+echo $Script "has been superseded by the -postProcess solver option:"
 echo "<solverName> -func MachNo"
 echo "e.g."
 echo "sonicFoam -postProcess -func MachNo"
diff --git a/bin/Pe b/bin/Pe
index 6313220895c..8981479078a 100755
--- a/bin/Pe
+++ b/bin/Pe
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2016-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the -postProcess solver option:"
+echo $Script "has been superseded by the -postProcess solver option:"
 echo "<solverName> -func PecletNo"
 echo "e.g."
 echo "pimpleFoam -postProcess -func PecletNo"
diff --git a/bin/Q b/bin/Q
index 7b00da8e40e..649dcf40880 120000
--- a/bin/Q
+++ b/bin/Q
@@ -1 +1 @@
-supercededByPostProcess
\ No newline at end of file
+supersededByPostProcess
\ No newline at end of file
diff --git a/bin/R b/bin/R
index ff6b4704c67..26a1bb7c998 120000
--- a/bin/R
+++ b/bin/R
@@ -1 +1 @@
-supercededByPostProcessOption
\ No newline at end of file
+supersededByPostProcessOption
\ No newline at end of file
diff --git a/bin/createTurbulenceFields b/bin/createTurbulenceFields
index 0c0eaa9db66..432fd697788 100755
--- a/bin/createTurbulenceFields
+++ b/bin/createTurbulenceFields
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2016-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -32,7 +32,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the \
+echo $Script "has been superseded by the \
 '-postProcess' solver command-line option, e.g."
 
 echo "simpleFoam -postProcess -func 'turbulenceFields(R, omega)'"
diff --git a/bin/enstrophy b/bin/enstrophy
index 7b00da8e40e..649dcf40880 120000
--- a/bin/enstrophy
+++ b/bin/enstrophy
@@ -1 +1 @@
-supercededByPostProcess
\ No newline at end of file
+supersededByPostProcess
\ No newline at end of file
diff --git a/bin/execFlowFunctionObjects b/bin/execFlowFunctionObjects
index 79e41175277..d4e475df470 100755
--- a/bin/execFlowFunctionObjects
+++ b/bin/execFlowFunctionObjects
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2016-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -31,7 +31,7 @@
 #
 #------------------------------------------------------------------------------
 
-echo "execFlowFunctionObjects has been superceded by the \
+echo "execFlowFunctionObjects has been superseded by the \
 '-postProcess' solver command-line option, e.g."
 
 echo "simpleFoam -help -postProcess"
diff --git a/bin/flowType b/bin/flowType
index 7b00da8e40e..649dcf40880 120000
--- a/bin/flowType
+++ b/bin/flowType
@@ -1 +1 @@
-supercededByPostProcess
\ No newline at end of file
+supersededByPostProcess
\ No newline at end of file
diff --git a/bin/foamCalc b/bin/foamCalc
index 2eac41bce7d..3651e36e8cc 100755
--- a/bin/foamCalc
+++ b/bin/foamCalc
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2016-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -30,7 +30,7 @@
 #
 #------------------------------------------------------------------------------
 
-echo "foamCalc has been superceded by the postProcess utility:"
+echo "foamCalc has been superseded by the postProcess utility:"
 echo "    postProcess -help"
 postProcess -help
 
diff --git a/bin/foamDebugSwitches b/bin/foamDebugSwitches
index a8b1a6f6706..736bc0d6607 100755
--- a/bin/foamDebugSwitches
+++ b/bin/foamDebugSwitches
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2016-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the foamList utility:"
+echo $Script "has been superseded by the foamList utility:"
 echo "foamList -debug"
 
 #------------------------------------------------------------------------------
diff --git a/bin/foamGraphExecTime b/bin/foamGraphExecTime
index 73bd8d56334..5bacabe4a13 100755
--- a/bin/foamGraphExecTime
+++ b/bin/foamGraphExecTime
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2011-2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2011-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -29,7 +29,7 @@
 #     Deprecated script extract the 'ExecutionTime' for each time-step from a
 #     log file for graphing.
 #
-#     Superceded by the more general foamLog script.
+#     Superseded by the more general foamLog script.
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
diff --git a/bin/foamGraphResKE b/bin/foamGraphResKE
index 57e936b457e..e023c71090e 100755
--- a/bin/foamGraphResKE
+++ b/bin/foamGraphResKE
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2011-2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2011-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -29,7 +29,7 @@
 #     Deprecated script extract initial turbulence residuals for each time-step
 #     from a log file for graphing.
 #
-#     Superceded by the more general foamLog script.
+#     Superseded by the more general foamLog script.
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
diff --git a/bin/foamGraphResUVWP b/bin/foamGraphResUVWP
index 580db29f763..8f8fcaccd3e 100755
--- a/bin/foamGraphResUVWP
+++ b/bin/foamGraphResUVWP
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2011-2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2011-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -29,7 +29,7 @@
 #     Deprecated script extract initial velocity and pressure residuals for each
 #     time-step from a log file for graphing.
 #
-#     Superceded by the more general foamLog script.
+#     Superseded by the more general foamLog script.
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
diff --git a/bin/patchAverage b/bin/patchAverage
index d8d4600a1a3..784186dacf1 100755
--- a/bin/patchAverage
+++ b/bin/patchAverage
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2016-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the postProcess utility:"
+echo $Script "has been superseded by the postProcess utility:"
 echo "    postProcess -func '"$Script"(name=inlet,p)'"
 
 #------------------------------------------------------------------------------
diff --git a/bin/patchIntegrate b/bin/patchIntegrate
index 7ea9d142d5d..10f3842ce31 100755
--- a/bin/patchIntegrate
+++ b/bin/patchIntegrate
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2016-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the postProcess utility:"
+echo $Script "has been superseded by the postProcess utility:"
 echo "    postProcess -func '"$Script"(name=inlet,p)'"
 
 #------------------------------------------------------------------------------
diff --git a/bin/probeLocations b/bin/probeLocations
index 352604ed282..858604ad425 100755
--- a/bin/probeLocations
+++ b/bin/probeLocations
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2016-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the postProcess utility:"
+echo $Script "has been superseded by the postProcess utility:"
 echo "    postProcess -func probes"
 echo "or"
 echo "    postProcess -func 'probes(p, U)'"
diff --git a/bin/ptot b/bin/ptot
index b76b3f4400a..2dad53c0d43 100755
--- a/bin/ptot
+++ b/bin/ptot
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2016-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the postProcess utility:"
+echo $Script "has been superseded by the postProcess utility:"
 echo "    postProcess -func 'totalPressureIncompressible(U,p)'"
 echo "or"
 echo "    postProcess -func 'totalPressureCompressible(rho,U,p)'"
diff --git a/bin/sample b/bin/sample
index e96d79a7f67..cb868992efc 100755
--- a/bin/sample
+++ b/bin/sample
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2016-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the postProcess utility:"
+echo $Script "has been superseded by the postProcess utility:"
 echo "    postProcess -func $Script"
 echo
 echo "To re-use existing 'sampleDict' files simply add the following entries:"
diff --git a/bin/streamFunction b/bin/streamFunction
index 7b00da8e40e..649dcf40880 120000
--- a/bin/streamFunction
+++ b/bin/streamFunction
@@ -1 +1 @@
-supercededByPostProcess
\ No newline at end of file
+supersededByPostProcess
\ No newline at end of file
diff --git a/bin/stressComponents b/bin/stressComponents
index d325b6f100b..45888e25642 100755
--- a/bin/stressComponents
+++ b/bin/stressComponents
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the -postProcess solver option:"
+echo $Script "has been superseded by the -postProcess solver option:"
 echo "<solverName> -funcs '(R components(turbulenceProperties:R))'"
 echo "e.g."
 echo "simpleFoam -postProcess -funcs '(R components(turbulenceProperties:R))'"
diff --git a/bin/supercededByPostProcess b/bin/supersededByPostProcess
similarity index 88%
rename from bin/supercededByPostProcess
rename to bin/supersededByPostProcess
index 25df27f5ce6..193c5163f90 100755
--- a/bin/supercededByPostProcess
+++ b/bin/supersededByPostProcess
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2016-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -23,7 +23,7 @@
 #     along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Script
-#     supercededByPostProcess
+#     supersededByPostProcess
 #
 # Description
 #     Script to suggest using the new "postProcess" utility.
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the postProcess utility:"
+echo $Script "has been superseded by the postProcess utility:"
 echo "    postProcess -func" $Script
 
 #------------------------------------------------------------------------------
diff --git a/bin/supercededByPostProcessOption b/bin/supersededByPostProcessOption
similarity index 90%
rename from bin/supercededByPostProcessOption
rename to bin/supersededByPostProcessOption
index 4d44ffc908f..168693459cc 100755
--- a/bin/supercededByPostProcessOption
+++ b/bin/supersededByPostProcessOption
@@ -3,7 +3,7 @@
 # =========                 |
 # \\      /  F ield         | OpenFOAM: The Open Source CFD Toolbox
 #  \\    /   O peration     |
-#   \\  /    A nd           | Copyright (C) 2016 OpenFOAM Foundation
+#   \\  /    A nd           | Copyright (C) 2016-2017 OpenFOAM Foundation
 #    \\/     M anipulation  |
 #-------------------------------------------------------------------------------
 # License
@@ -23,7 +23,7 @@
 #     along with OpenFOAM.  If not, see <http://www.gnu.org/licenses/>.
 #
 # Script
-#     supercededByPostProcessOption
+#     supersededByPostProcessOption
 #
 # Description
 #     Replacement script to suggest using the new "-postProcess"
@@ -32,7 +32,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the \
+echo $Script "has been superseded by the \
 '-postProcess' solver command-line option, e.g."
 
 echo "simpleFoam -postProcess -func" $Script
diff --git a/bin/vorticity b/bin/vorticity
index 7b00da8e40e..649dcf40880 120000
--- a/bin/vorticity
+++ b/bin/vorticity
@@ -1 +1 @@
-supercededByPostProcess
\ No newline at end of file
+supersededByPostProcess
\ No newline at end of file
diff --git a/bin/wallGradU b/bin/wallGradU
index ec4588a9be5..c44ed73ff82 100755
--- a/bin/wallGradU
+++ b/bin/wallGradU
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the postProcess utility:"
+echo $Script "has been superseded by the postProcess utility:"
 echo "    postProcess -func 'grad(U)'"
 
 #------------------------------------------------------------------------------
diff --git a/bin/wallHeatFlux b/bin/wallHeatFlux
index ff6b4704c67..26a1bb7c998 120000
--- a/bin/wallHeatFlux
+++ b/bin/wallHeatFlux
@@ -1 +1 @@
-supercededByPostProcessOption
\ No newline at end of file
+supersededByPostProcessOption
\ No newline at end of file
diff --git a/bin/wallShearStress b/bin/wallShearStress
index ff6b4704c67..26a1bb7c998 120000
--- a/bin/wallShearStress
+++ b/bin/wallShearStress
@@ -1 +1 @@
-supercededByPostProcessOption
\ No newline at end of file
+supersededByPostProcessOption
\ No newline at end of file
diff --git a/bin/wdot b/bin/wdot
index 8e66e1cadf3..d569cbfe6f5 100755
--- a/bin/wdot
+++ b/bin/wdot
@@ -31,7 +31,7 @@
 #------------------------------------------------------------------------------
 Script=${0##*/}
 
-echo $Script "has been superceded by the postProcess utility:"
+echo $Script "has been superseded by the postProcess utility:"
 echo "postProcess -func XiReactionRate"
 
 #------------------------------------------------------------------------------
diff --git a/bin/writeCellCentres b/bin/writeCellCentres
index 7b00da8e40e..649dcf40880 120000
--- a/bin/writeCellCentres
+++ b/bin/writeCellCentres
@@ -1 +1 @@
-supercededByPostProcess
\ No newline at end of file
+supersededByPostProcess
\ No newline at end of file
diff --git a/bin/yPlus b/bin/yPlus
index ff6b4704c67..26a1bb7c998 120000
--- a/bin/yPlus
+++ b/bin/yPlus
@@ -1 +1 @@
-supercededByPostProcessOption
\ No newline at end of file
+supersededByPostProcessOption
\ No newline at end of file
-- 
GitLab