From ceb6f97d440eade5c5c6d99a72b98733986e1123 Mon Sep 17 00:00:00 2001
From: Mark Olesen <Mark.Olesen@Germany>
Date: Thu, 26 Nov 2009 13:40:09 +0100
Subject: [PATCH] fix documentation typos

---
 src/OpenFOAM/db/dictionary/dictionary.H                    | 2 +-
 src/OpenFOAM/matrices/Matrix/Matrix.H                      | 2 +-
 src/surfMesh/MeshedSurface/MeshedSurface.H                 | 4 ++--
 src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H | 4 ++--
 src/surfMesh/surfMesh/surfMesh.H                           | 2 +-
 5 files changed, 7 insertions(+), 7 deletions(-)

diff --git a/src/OpenFOAM/db/dictionary/dictionary.H b/src/OpenFOAM/db/dictionary/dictionary.H
index 31ac3142378..a49c97bec49 100644
--- a/src/OpenFOAM/db/dictionary/dictionary.H
+++ b/src/OpenFOAM/db/dictionary/dictionary.H
@@ -400,7 +400,7 @@ public:
             //- Clear the dictionary
             void clear();
 
-            //- Transfer the contents of the argument and annull the argument.
+            //- Transfer the contents of the argument and annul the argument.
             void transfer(dictionary&);
 
             //- Transfer contents to the Xfer container
diff --git a/src/OpenFOAM/matrices/Matrix/Matrix.H b/src/OpenFOAM/matrices/Matrix/Matrix.H
index b674956e2f2..0847578edd5 100644
--- a/src/OpenFOAM/matrices/Matrix/Matrix.H
+++ b/src/OpenFOAM/matrices/Matrix/Matrix.H
@@ -151,7 +151,7 @@ public:
             void clear();
 
             //- Transfer the contents of the argument Matrix into this Matrix
-            //  and annull the argument Matrix.
+            //  and annul the argument Matrix.
             void transfer(Matrix<Form, Type>&);
 
 
diff --git a/src/surfMesh/MeshedSurface/MeshedSurface.H b/src/surfMesh/MeshedSurface/MeshedSurface.H
index ea7125fa833..459329bed3b 100644
--- a/src/surfMesh/MeshedSurface/MeshedSurface.H
+++ b/src/surfMesh/MeshedSurface/MeshedSurface.H
@@ -396,10 +396,10 @@ public:
             const labelHashSet& include
         ) const;
 
-        //- Transfer the contents of the argument and annull the argument
+        //- Transfer the contents of the argument and annul the argument
         void transfer(MeshedSurface<Face>&);
 
-        //- Transfer the contents of the argument and annull the argument
+        //- Transfer the contents of the argument and annul the argument
         void transfer(UnsortedMeshedSurface<Face>&);
 
         //- Transfer contents to the Xfer container
diff --git a/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H b/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H
index bb4fa01b379..7e16cc909db 100644
--- a/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H
+++ b/src/surfMesh/UnsortedMeshedSurface/UnsortedMeshedSurface.H
@@ -334,10 +334,10 @@ public:
                 const Xfer< List<label> >& zoneIds
             );
 
-            //- Transfer the contents of the argument and annull the argument
+            //- Transfer the contents of the argument and annul the argument
             void transfer(UnsortedMeshedSurface<Face>&);
 
-            //- Transfer the contents of the argument and annull the argument
+            //- Transfer the contents of the argument and annul the argument
             void transfer(MeshedSurface<Face>&);
 
             //- Transfer contents to the Xfer container
diff --git a/src/surfMesh/surfMesh/surfMesh.H b/src/surfMesh/surfMesh/surfMesh.H
index 3215bfd345a..48879918a0d 100644
--- a/src/surfMesh/surfMesh/surfMesh.H
+++ b/src/surfMesh/surfMesh/surfMesh.H
@@ -257,7 +257,7 @@ public:
             );
 
 
-            //- Transfer the contents of the argument and annull the argument
+            //- Transfer the contents of the argument and annul the argument
             void transfer(MeshedSurface<face>&);
 
 
-- 
GitLab