fix some javadoc typos

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

Branch: refs/heads/master
Commit: aa2a77effd4ddd21c382f98744ab899fb569f932
Parents: 1dd427b
Author: Pascal Schumacher <pascalschumac...@gmx.net>
Authored: Thu May 4 12:46:46 2017 +0200
Committer: Pascal Schumacher <pascalschumac...@gmx.net>
Committed: Thu May 4 12:49:00 2017 +0200

----------------------------------------------------------------------
 .../org/apache/commons/text/StrBuilder.java     |  2 +-
 .../org/apache/commons/text/StrSubstitutor.java | 22 ++++++++++----------
 2 files changed, 12 insertions(+), 12 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/commons-text/blob/aa2a77ef/src/main/java/org/apache/commons/text/StrBuilder.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/text/StrBuilder.java 
b/src/main/java/org/apache/commons/text/StrBuilder.java
index bb6e55e..676a929 100644
--- a/src/main/java/org/apache/commons/text/StrBuilder.java
+++ b/src/main/java/org/apache/commons/text/StrBuilder.java
@@ -2615,7 +2615,7 @@ public class StrBuilder implements CharSequence, 
Appendable, Serializable, Build
      * changed on the tokenizer class, before retrieving the tokens.
      * <p>
      * The returned tokenizer is linked to this builder. You may intermix
-     * calls to the buider and tokenizer within certain limits, however
+     * calls to the builder and tokenizer within certain limits, however
      * there is no synchronization. Once the tokenizer has been used once,
      * it must be {@link StrTokenizer#reset() reset} to pickup the latest
      * changes in the builder. For example:

http://git-wip-us.apache.org/repos/asf/commons-text/blob/aa2a77ef/src/main/java/org/apache/commons/text/StrSubstitutor.java
----------------------------------------------------------------------
diff --git a/src/main/java/org/apache/commons/text/StrSubstitutor.java 
b/src/main/java/org/apache/commons/text/StrSubstitutor.java
index 82a4e22..3cb4b9b 100644
--- a/src/main/java/org/apache/commons/text/StrSubstitutor.java
+++ b/src/main/java/org/apache/commons/text/StrSubstitutor.java
@@ -184,7 +184,7 @@ public class StrSubstitutor {
 
     /**
      * Replaces all the occurrences of variables in the given source object 
with
-     * their matching values from the map. This method allows to specifiy a
+     * their matching values from the map. This method allows to specify a
      * custom variable prefix and suffix
      *
      * @param <V> the type of the values in the map
@@ -960,7 +960,7 @@ public class StrSubstitutor {
     /**
      * Gets the variable prefix matcher currently in use.
      * <p>
-     * The variable prefix is the characer or characters that identify the
+     * The variable prefix is the character or characters that identify the
      * start of a variable. This prefix is expressed in terms of a matcher
      * allowing advanced prefix matches.
      *
@@ -973,7 +973,7 @@ public class StrSubstitutor {
     /**
      * Sets the variable prefix matcher currently in use.
      * <p>
-     * The variable prefix is the characer or characters that identify the
+     * The variable prefix is the character or characters that identify the
      * start of a variable. This prefix is expressed in terms of a matcher
      * allowing advanced prefix matches.
      *
@@ -1006,7 +1006,7 @@ public class StrSubstitutor {
     /**
      * Sets the variable prefix to use.
      * <p>
-     * The variable prefix is the characer or characters that identify the
+     * The variable prefix is the character or characters that identify the
      * start of a variable. This method allows a string prefix to be easily 
set.
      *
      * @param prefix  the prefix for variables, not null
@@ -1025,7 +1025,7 @@ public class StrSubstitutor {
     /**
      * Gets the variable suffix matcher currently in use.
      * <p>
-     * The variable suffix is the characer or characters that identify the
+     * The variable suffix is the character or characters that identify the
      * end of a variable. This suffix is expressed in terms of a matcher
      * allowing advanced suffix matches.
      *
@@ -1038,7 +1038,7 @@ public class StrSubstitutor {
     /**
      * Sets the variable suffix matcher currently in use.
      * <p>
-     * The variable suffix is the characer or characters that identify the
+     * The variable suffix is the character or characters that identify the
      * end of a variable. This suffix is expressed in terms of a matcher
      * allowing advanced suffix matches.
      *
@@ -1057,7 +1057,7 @@ public class StrSubstitutor {
     /**
      * Sets the variable suffix to use.
      * <p>
-     * The variable suffix is the characer or characters that identify the
+     * The variable suffix is the character or characters that identify the
      * end of a variable. This method allows a single character suffix to
      * be easily set.
      *
@@ -1090,7 +1090,7 @@ public class StrSubstitutor {
     /**
      * Gets the variable default value delimiter matcher currently in use.
      * <p>
-     * The variable default value delimiter is the characer or characters that 
delimite the
+     * The variable default value delimiter is the character or characters 
that delimite the
      * variable name and the variable default value. This delimiter is 
expressed in terms of a matcher
      * allowing advanced variable default value delimiter matches.
      * <p>
@@ -1105,7 +1105,7 @@ public class StrSubstitutor {
     /**
      * Sets the variable default value delimiter matcher to use.
      * <p>
-     * The variable default value delimiter is the characer or characters that 
delimite the
+     * The variable default value delimiter is the character or characters 
that delimite the
      * variable name and the variable default value. This delimiter is 
expressed in terms of a matcher
      * allowing advanced variable default value delimiter matches.
      * <p>
@@ -1123,7 +1123,7 @@ public class StrSubstitutor {
     /**
      * Sets the variable default value delimiter to use.
      * <p>
-     * The variable default value delimiter is the characer or characters that 
delimite the
+     * The variable default value delimiter is the character or characters 
that delimite the
      * variable name and the variable default value. This method allows a 
single character
      * variable default value delimiter to be easily set.
      *
@@ -1137,7 +1137,7 @@ public class StrSubstitutor {
     /**
      * Sets the variable default value delimiter to use.
      * <p>
-     * The variable default value delimiter is the characer or characters that 
delimite the
+     * The variable default value delimiter is the character or characters 
that delimite the
      * variable name and the variable default value. This method allows a 
string
      * variable default value delimiter to be easily set.
      * <p>

Reply via email to