From b5d50b94e7fbc480991914aeeeed40dced3b5bcb Mon Sep 17 00:00:00 2001 From: mattijs Date: Tue, 22 Apr 2014 10:40:05 +0100 Subject: [PATCH] STYLE: autoSnapDriver: spelling --- .../autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C index e810b198f4..ed05edf492 100644 --- a/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C +++ b/src/mesh/autoMesh/autoHexMesh/autoHexMeshDriver/autoSnapDriver.C @@ -135,7 +135,7 @@ Foam::pointField Foam::autoSnapDriver::smoothPatchDisplacement pp.localPoints(), nonManifoldPoint ); - Info<< "Found " << nNonManifoldPoints << " non-mainfold point(s)." + Info<< "Found " << nNonManifoldPoints << " non-manifold point(s)." << endl;