From 7506490ecf8c1de4d557f5f01efcb79e22b5267c Mon Sep 17 00:00:00 2001 From: mattijs Date: Mon, 27 Jan 2014 12:29:52 +0000 Subject: [PATCH] STYLE: reconstructParMesh: typo in comment --- .../parallelProcessing/reconstructParMesh/reconstructParMesh.C | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/applications/utilities/parallelProcessing/reconstructParMesh/reconstructParMesh.C b/applications/utilities/parallelProcessing/reconstructParMesh/reconstructParMesh.C index 90a081d1d0..c32833c208 100644 --- a/applications/utilities/parallelProcessing/reconstructParMesh/reconstructParMesh.C +++ b/applications/utilities/parallelProcessing/reconstructParMesh/reconstructParMesh.C @@ -816,7 +816,7 @@ int main(int argc, char *argv[]) ); // Now add turning index to faceProcAddressing. - // See reconstrurPar for meaning of turning index. + // See reconstructPar for meaning of turning index. forAll(faceProcAddr, procFaceI) { label masterFaceI = faceProcAddr[procFaceI];