From 0a3b7a79329df37e76d88cf942978edac45b6ce7 Mon Sep 17 00:00:00 2001 From: Henry Weller Date: Sun, 26 May 2019 10:56:36 +0100 Subject: [PATCH] Comment spelling corrections from codespell --- .../binaryBreakupModels/LuoSvendsen/LuoSvendsen.H | 2 +- bin/tools/HookFunctions | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) diff --git a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/binaryBreakupModels/LuoSvendsen/LuoSvendsen.H b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/binaryBreakupModels/LuoSvendsen/LuoSvendsen.H index 05438ca0f6..984ec50ede 100644 --- a/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/binaryBreakupModels/LuoSvendsen/LuoSvendsen.H +++ b/applications/solvers/multiphase/reactingEulerFoam/phaseSystems/populationBalanceModel/binaryBreakupModels/LuoSvendsen/LuoSvendsen.H @@ -95,7 +95,7 @@ Description \xi_{min} | Lower bound of integral [-] c_f | Increase coefficient of surface area [-] \sigma | Surface tension [N/m] - \rho_c | Density of continous phase [kg/m3] + \rho_c | Density of continuous phase [kg/m3] \eta | Kolmogorov length scale [m] \Gamma(a,z) | Upper incomplete gamma function Q(a,z) | Regularized upper incomplete gamma function diff --git a/bin/tools/HookFunctions b/bin/tools/HookFunctions index 97a13e2f26..ee626d6338 100644 --- a/bin/tools/HookFunctions +++ b/bin/tools/HookFunctions @@ -289,7 +289,7 @@ checkNonStandardCode() # scope, files... errorCount=$? reportEnd "$(cat << EOF -The following is considerd non-standard code: +The following is considered non-standard code: 1. Spaced ending of multi-level template parameters. For example, @@ -421,7 +421,7 @@ checkBanner() # scope, files... fi done - reportEnd "Correct the banner formating in the following files:" $errorCount "${errorMessages[@]}" + reportEnd "Correct the banner formatting in the following files:" $errorCount "${errorMessages[@]}" return $errorCount }