jdk/src/share/classes/java/text/BreakIterator.java
changeset 21278 ef8a3a2a72f2
parent 19054 a64012cb49d6
--- a/jdk/src/share/classes/java/text/BreakIterator.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/text/BreakIterator.java	Tue Oct 29 17:01:06 2013 +0400
@@ -338,7 +338,7 @@
      * Otherwise, the iterator's current position is set to the returned boundary.
      * The value returned is always less than the offset or the value
      * <code>BreakIterator.DONE</code>.
-     * @param offset the characater offset to begin scanning.
+     * @param offset the character offset to begin scanning.
      * @return The last boundary before the specified offset or
      * <code>BreakIterator.DONE</code> if the first text boundary is passed in
      * as the offset.