jdk/src/share/classes/javax/accessibility/AccessibleText.java
changeset 21278 ef8a3a2a72f2
parent 5506 202f599c92aa
child 23010 6dadb192ad81
--- a/jdk/src/share/classes/javax/accessibility/AccessibleText.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/javax/accessibility/AccessibleText.java	Tue Oct 29 17:01:06 2013 +0400
@@ -175,7 +175,7 @@
      * If there is no selection, but there is
      * a caret, the start and end offsets will be the same.
      *
-     * @return the index into teh text of the end of the selection
+     * @return the index into the text of the end of the selection
      */
     public int getSelectionEnd();