Comment spelling corrections from codespell

This commit is contained in:
Henry Weller
2019-05-26 10:56:36 +01:00
parent 30bea84fac
commit 0a3b7a7932
2 changed files with 3 additions and 3 deletions

View File

@ -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

View File

@ -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
}