From f05dadcbc3f4251696f6182c8276971218dfc082 Mon Sep 17 00:00:00 2001 From: mattijs <m.janssens@opencfd.co.uk> Date: Tue, 19 Aug 2008 13:53:53 +0100 Subject: [PATCH] typo in comment --- src/dynamicMesh/layerAdditionRemoval/removeCellLayer.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/dynamicMesh/layerAdditionRemoval/removeCellLayer.C b/src/dynamicMesh/layerAdditionRemoval/removeCellLayer.C index c5927a61289..907eb097f1c 100644 --- a/src/dynamicMesh/layerAdditionRemoval/removeCellLayer.C +++ b/src/dynamicMesh/layerAdditionRemoval/removeCellLayer.C @@ -301,7 +301,7 @@ void Foam::layerAdditionRemoval::removeCellLayer // Is any of the faces a boundary face? If so, grab the patch // A boundary-to-boundary collapse is checked for in validCollapse() - // and cannnot happen here. + // and cannot happen here. if (!mesh.isInternalFace(mf[faceI])) { -- GitLab