Fix typo
diff --git a/src/main/java/org/apache/commons/text/names/HumanNameParser.java b/src/main/java/org/apache/commons/text/names/HumanNameParser.java
index 4fa83b5..d713e9f 100644
--- a/src/main/java/org/apache/commons/text/names/HumanNameParser.java
+++ b/src/main/java/org/apache/commons/text/names/HumanNameParser.java
@@ -93,7 +93,7 @@
  * <p>The original code was written in <a href="http://jasonpriem.com/human-name-parse">PHP</a>
  * and ported to <a href="http://tupilabs.github.io/HumanNameParser.java/">Java</a>. This 
  * implementation is based on the Java implementation, with additions
- * suggested in <a href="https://issues.apache.org/jira/browse/TEXT-15">TEST-15</a>
+ * suggested in <a href="https://issues.apache.org/jira/browse/TEXT-15">TEXT-15</a>
  * and <a href="https://issues.apache.org/jira/browse/TEXT-16">TEXT-16</a>.</p>
  *
  * <p>This class is immutable.</p>