Comment spelling corrections from codespell
This commit is contained in:
@ -95,7 +95,7 @@ Description
|
|||||||
\xi_{min} | Lower bound of integral [-]
|
\xi_{min} | Lower bound of integral [-]
|
||||||
c_f | Increase coefficient of surface area [-]
|
c_f | Increase coefficient of surface area [-]
|
||||||
\sigma | Surface tension [N/m]
|
\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]
|
\eta | Kolmogorov length scale [m]
|
||||||
\Gamma(a,z) | Upper incomplete gamma function
|
\Gamma(a,z) | Upper incomplete gamma function
|
||||||
Q(a,z) | Regularized upper incomplete gamma function
|
Q(a,z) | Regularized upper incomplete gamma function
|
||||||
|
|||||||
@ -289,7 +289,7 @@ checkNonStandardCode() # scope, files...
|
|||||||
errorCount=$?
|
errorCount=$?
|
||||||
|
|
||||||
reportEnd "$(cat << EOF
|
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,
|
1. Spaced ending of multi-level template parameters. For example,
|
||||||
|
|
||||||
@ -421,7 +421,7 @@ checkBanner() # scope, files...
|
|||||||
fi
|
fi
|
||||||
done
|
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
|
return $errorCount
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user