Repository: commons-lang
Updated Branches:
  refs/heads/master a08ec31db -> 0136218fa


Fixed typo in Javadoc.

Project: http://git-wip-us.apache.org/repos/asf/commons-lang/repo
Commit: http://git-wip-us.apache.org/repos/asf/commons-lang/commit/0136218f
Tree: http://git-wip-us.apache.org/repos/asf/commons-lang/tree/0136218f
Diff: http://git-wip-us.apache.org/repos/asf/commons-lang/diff/0136218f

Branch: refs/heads/master
Commit: 0136218fa363560cba9b2378d979f64a35e9b425
Parents: a08ec31
Author: duncan <dun...@wortharead.com>
Authored: Thu Dec 1 19:54:48 2016 +0000
Committer: duncan <dun...@wortharead.com>
Committed: Thu Dec 1 19:54:48 2016 +0000

----------------------------------------------------------------------
 src/main/java/org/apache/commons/lang3/text/WordUtils.java | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-lang/blob/0136218f/src/main/java/org/apache/commons/lang3/text/WordUtils.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/lang3/text/WordUtils.java 
b/src/main/java/org/apache/commons/lang3/text/WordUtils.java
index 43da4cd..43bc564 100644
--- a/src/main/java/org/apache/commons/lang3/text/WordUtils.java
+++ b/src/main/java/org/apache/commons/lang3/text/WordUtils.java
@@ -109,7 +109,7 @@ public class WordUtils {
      * <table border="1" summary="Wrap Results">
      *  <tr>
      *   <th>input</th>
-     *   <th>wrapLenght</th>
+     *   <th>wrapLength</th>
      *   <th>newLineString</th>
      *   <th>wrapLongWords</th>
      *   <th>result</th>
@@ -185,7 +185,7 @@ public class WordUtils {
      * <table border="1" summary="Wrap Results">
      *  <tr>
      *   <th>input</th>
-     *   <th>wrapLenght</th>
+     *   <th>wrapLength</th>
      *   <th>newLineString</th>
      *   <th>wrapLongWords</th>
      *   <th>wrapOn</th>

Reply via email to