From 6dd56f42249ef8917296bc209fce7b96d5ba7d70 Mon Sep 17 00:00:00 2001
From: mattijs <mattijs>
Date: Tue, 8 Nov 2011 16:41:43 +0000
Subject: [PATCH] STYLE: pairGAMAAgglomerate: spelling

---
 .../pairGAMGAgglomeration/pairGAMGAgglomerate.C                 | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomerate.C b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomerate.C
index 68a0ecd2214..a49b01d5bed 100644
--- a/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomerate.C
+++ b/src/OpenFOAM/matrices/lduMatrix/solvers/GAMG/GAMGAgglomerations/pairGAMGAgglomeration/pairGAMGAgglomerate.C
@@ -183,7 +183,7 @@ Foam::tmp<Foam::labelField> Foam::pairGAMGAgglomeration::agglomerate
         }
     }
 
-    // Reverese the map ordering to improve the next level of agglomeration
+    // Reverse the map ordering to improve the next level of agglomeration
     // (doesn't always help and is sometimes detrimental)
     nCoarseCells--;
 
-- 
GitLab