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

@ -777,7 +777,7 @@ Foam::label Foam::PointEdgeWave<Type, TrackingData>::edgeToPoint()
FatalErrorInFunction
<< "edge " << edgeI
<< " not marked as having been changed" << nl
<< "This might be caused by multiple occurences of the same"
<< "This might be caused by multiple occurrences of the same"
<< " seed point." << abort(FatalError);
}
@ -855,7 +855,7 @@ Foam::label Foam::PointEdgeWave<Type, TrackingData>::pointToEdge()
FatalErrorInFunction
<< "Point " << pointi
<< " not marked as having been changed" << nl
<< "This might be caused by multiple occurences of the same"
<< "This might be caused by multiple occurrences of the same"
<< " seed point." << abort(FatalError);
}