jdk/src/share/classes/java/awt/TextComponent.java
changeset 21278 ef8a3a2a72f2
parent 20469 47a792bd7dbf
child 22060 cd4f9d7dbeda
--- a/jdk/src/share/classes/java/awt/TextComponent.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/awt/TextComponent.java	Tue Oct 29 17:01:06 2013 +0400
@@ -1000,7 +1000,7 @@
          * Return 0 if the text is empty, or the caret position
          * if no selection.
          *
-         * @return the index into teh text of the end of the selection >= 0
+         * @return the index into the text of the end of the selection >= 0
          */
         public int getSelectionEnd() {
             return TextComponent.this.getSelectionEnd();