From f061215be044041b402e5ff65acf7957aab9cd4d Mon Sep 17 00:00:00 2001 From: Hrvoje Jasak Date: Fri, 7 Oct 2011 19:21:18 +0100 Subject: [PATCH] Spelling --- .../utilities/mesh/manipulation/setsToZones/setsToZones.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/mesh/manipulation/setsToZones/setsToZones.C b/applications/utilities/mesh/manipulation/setsToZones/setsToZones.C index 4399fb533..c7e307f07 100644 --- a/applications/utilities/mesh/manipulation/setsToZones/setsToZones.C +++ b/applications/utilities/mesh/manipulation/setsToZones/setsToZones.C @@ -208,7 +208,7 @@ int main(int argc, char *argv[]) else { FatalErrorIn(args.executable()) - << "Pwner or neighbour of internal face " + << "Owner or neighbour of internal face " << faceI << " should be in cellSet " << cells.name() << " to be able to determine orientation."