From 0aa129a377e78930453cc9d1e67c4cb8c026b522 Mon Sep 17 00:00:00 2001 From: mattijs Date: Thu, 5 Apr 2012 12:53:44 +0100 Subject: [PATCH] STYLE: polyMeshTetDecomposition: spelling --- .../polyMeshTetDecomposition/polyMeshTetDecomposition.C | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/polyMeshTetDecomposition.C b/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/polyMeshTetDecomposition.C index 8a9136b68a..ef697325b6 100644 --- a/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/polyMeshTetDecomposition.C +++ b/src/OpenFOAM/meshes/polyMesh/polyMeshTetDecomposition/polyMeshTetDecomposition.C @@ -2,7 +2,7 @@ ========= | \\ / F ield | OpenFOAM: The Open Source CFD Toolbox \\ / O peration | - \\ / A nd | Copyright (C) 2011 OpenFOAM Foundation + \\ / A nd | Copyright (C) 2011-2012 OpenFOAM Foundation \\/ M anipulation | ------------------------------------------------------------------------------- License @@ -197,7 +197,7 @@ Foam::label Foam::polyMeshTetDecomposition::findBasePoint } // If a base point hasn't triggered a return by now, then there is - // non that can produce a good decomposition + // none that can produce a good decomposition return -1; }