From 86743ace66941c73a8595f3fbc266fa7268a78f1 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Fri, 15 Jan 2010 17:17:33 +0000
Subject: [PATCH] Corrected spelling in comment

---
 .../pointPatches/derived/coupled/coupledFacePointPatch.H        | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H b/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H
index a77af7af305..ec5ae840e4f 100644
--- a/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H
+++ b/src/OpenFOAM/meshes/pointMesh/pointPatches/derived/coupled/coupledFacePointPatch.H
@@ -132,7 +132,7 @@ public:
             //  associated with any faces
             virtual const labelList& loneMeshPoints() const;
 
-            //- Return point unit normals.  Not impelemented.
+            //- Return point unit normals. Not implemented.
             virtual const vectorField& pointNormals() const;
 };
 
-- 
GitLab