jdk/src/share/classes/java/awt/TextField.java
changeset 21278 ef8a3a2a72f2
parent 20451 4cedf4e1560a
child 21957 97758de70fbd
--- a/jdk/src/share/classes/java/awt/TextField.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/awt/TextField.java	Tue Oct 29 17:01:06 2013 +0400
@@ -405,7 +405,7 @@
     }
 
     /**
-     * Gets the minumum dimensions for a text field with
+     * Gets the minimum dimensions for a text field with
      * the specified number of columns.
      * @param    columns   the number of columns in
      *                          this text field.
@@ -430,7 +430,7 @@
     }
 
     /**
-     * Gets the minumum dimensions for this text field.
+     * Gets the minimum dimensions for this text field.
      * @return     the minimum dimensions for
      *                  displaying this text field.
      * @since      JDK1.1