STYLE: some general spelling fixes

This commit is contained in:
Mark Olesen
2020-05-04 09:15:21 +02:00
parent 2a24bab057
commit 8cfb483054
234 changed files with 332 additions and 340 deletions

View File

@ -120,7 +120,7 @@ Usage
Note
To employ the \c prime2Mean option, the \c mean option must be selecetd.
To employ the \c prime2Mean option, the \c mean option must be selected.
See also
Foam::functionObjects::fvMeshFunctionObject

View File

@ -85,7 +85,7 @@ Foam::word Foam::functionObjects::fluxSummary::checkFlowType
const word& fieldName
) const
{
// Surfaces are multipled by their area, so account for that
// Surfaces are multiplied by their area, so account for that
// in the dimension checking
const dimensionSet dims =
(fieldDims * (isSurfaceMode() ? dimTime*dimArea : dimTime));

View File

@ -57,7 +57,7 @@ Usage
\table
Property | Description | Required | Default value
type | type name: nearWallFields | yes |
fields | list of fields with correspoding output field names | yes |
fields | list of fields with corresponding output field names | yes |
log | Log to standard output | no | yes
\endtable