--- /Metaphone.java	2023-07-05 03:05:51.610038829 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Metaphone.java	2023-07-05 03:05:51.614038829 +0200
@@ -197,7 +197,7 @@
                     break ;
                 case 'G' : // GH silent at end or before consonant
                     if (isLastChar(wdsz, n + 1) && 
-                        isNextChar(local, n, 'H')) {
+isNextChar ( n, local, 'H' )  )  {
                         break;
                     }
                     if (!isLastChar(wdsz, n + 1) &&  
