STYLE: backslash doxygen commands, email address, typos in error messages

This commit is contained in:
Mark Olesen
2020-01-31 17:06:30 +01:00
parent 8629755f69
commit 87b3006566
16 changed files with 43 additions and 35 deletions

View File

@ -816,7 +816,7 @@ void correctCoupledBoundaryConditions(fvMesh& mesh)
else
{
FatalErrorInFunction
<< "Unsuported communications type "
<< "Unsupported communications type "
<< Pstream::commsTypeNames[Pstream::defaultCommsType]
<< exit(FatalError);
}