From 18eb2d7099482eda5b77bc2262ca540bfa0f1a35 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 4 Mar 2010 13:47:51 +0000 Subject: [PATCH] STYLE: Typo in warning message --- .../utilities/mesh/manipulation/checkMesh/checkTopology.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C b/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C index 364c59075f..f0aa4a0aaa 100644 --- a/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C +++ b/applications/utilities/mesh/manipulation/checkMesh/checkTopology.C @@ -71,7 +71,7 @@ Foam::label Foam::checkTopology { Info<< " ***FaceZone " << mesh.faceZones()[zoneI].name() << " is not correctly synchronised" - << " acrosss coupled boundaries." + << " across coupled boundaries." << " (coupled faces both" << " present in set but with opposite flipmap)" << endl; noFailedChecks++;