STYLE: Minor corrections to comments/fix typos

This commit is contained in:
Andrew Heather
2017-06-23 12:13:46 +01:00
parent e6951da06f
commit 34a1a5dec2
3 changed files with 4 additions and 4 deletions

View File

@ -248,7 +248,7 @@ bool Foam::timeControl::execute()
default:
{
FatalErrorInFunction
<< "Undefined output control: "
<< "Undefined time control: "
<< timeControlNames_[timeControl_] << nl
<< abort(FatalError);
break;