You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@commons.apache.org by br...@apache.org on 2015/05/02 09:58:32 UTC

[text] Fix typo

Repository: commons-text
Updated Branches:
  refs/heads/master f026760b5 -> 7d0e08f35


Fix typo


Project: http://git-wip-us.apache.org/repos/asf/commons-text/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-text/commit/7d0e08f3
Tree: http://git-wip-us.apache.org/repos/asf/commons-text/tree/7d0e08f3
Diff: http://git-wip-us.apache.org/repos/asf/commons-text/diff/7d0e08f3

Branch: refs/heads/master
Commit: 7d0e08f35c473235188644c116b5affdf9cef83c
Parents: f026760
Author: Benedikt Ritter <br...@apache.org>
Authored: Sat May 2 09:58:22 2015 +0200
Committer: Benedikt Ritter <br...@apache.org>
Committed: Sat May 2 09:58:22 2015 +0200

----------------------------------------------------------------------
 src/main/java/org/apache/commons/text/names/HumanNameParser.java | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/7d0e08f3/src/main/java/org/apache/commons/text/names/HumanNameParser.java
----------------------------------------------------------------------
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 @@ import org.apache.commons.lang3.StringUtils;
  * <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>