--- /Caverphone.java	2023-07-05 03:03:15.622043907 +0200
+++ /Codec-1/src/java/org/apache/commons/codec/language/Caverphone.java	2023-07-05 03:03:15.626043907 +0200
@@ -111,6 +111,7 @@
         //txt = txt.replaceAll("wy", "Wy");    // 1.0 only
         txt = txt.replaceAll("wh3", "Wh3");
         txt = txt.replaceAll("w$", "3");       // 2.0 only
+ 
         //txt = txt.replaceAll("why", "Why");  // 1.0 only
         txt = txt.replaceAll("w", "2");
         txt = txt.replaceAll("^h", "A");
