Author: sebb
Date: Tue Apr 23 17:31:21 2013
New Revision: 1471063
URL: http://svn.apache.org/r1471063
Log:
Javadoc typo
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/CharSequenceTranslator.java
Modified:
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/CharSequenceTranslator.java
URL:
http://svn.apache.org/viewvc/commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/CharSequenceTranslator.java?rev=1471063&r1=1471062&r2=1471063&view=diff
==============================================================================
---
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/CharSequenceTranslator.java
(original)
+++
commons/proper/lang/trunk/src/main/java/org/apache/commons/lang3/text/translate/CharSequenceTranslator.java
Tue Apr 23 17:31:21 2013
@@ -35,7 +35,7 @@ public abstract class CharSequenceTransl
* Translate a set of codepoints, represented by an int index into a
CharSequence,
* into another set of codepoints. The number of codepoints consumed must
be returned,
* and the only IOExceptions thrown must be from interacting with the
Writer so that
- * the top level API may reliable ignore StringWriter IOExceptions.
+ * the top level API may reliably ignore StringWriter IOExceptions.
*
* @param input CharSequence that is being translated
* @param index int representing the current point of translation