Comment spelling corrections

This commit is contained in:
Henry Weller
2018-11-28 10:24:26 +00:00
parent 062c956dfd
commit 95815460c0
9 changed files with 10 additions and 10 deletions

View File

@ -49,7 +49,7 @@ bool Foam::CV2D::dualCellSurfaceIntersection
point e1 = toPoint3D(circumcenter(ec->first->neighbor(ec->second)));
// If other edge end is ouside bounding box then edge cuts boundary
// If other edge end is outside bounding box then edge cuts boundary
if (!qSurf_.globalBounds().contains(e1))
{
return true;