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 }