jdk/src/share/classes/java/awt/KeyboardFocusManager.java
changeset 21278 ef8a3a2a72f2
parent 20466 21c52a4c548b
child 22584 eed64ee05369
--- a/jdk/src/share/classes/java/awt/KeyboardFocusManager.java	Tue Oct 29 16:35:20 2013 +0400
+++ b/jdk/src/share/classes/java/awt/KeyboardFocusManager.java	Tue Oct 29 17:01:06 2013 +0400
@@ -2663,7 +2663,7 @@
                      * only if we have the last request to dispatch. If the last request
                      * fails, focus will be restored to either the component of the last
                      * previously succedded request, or to to the focus owner that was
-                     * before this clearing proccess.
+                     * before this clearing process.
                      */
                     if (!iter.hasNext()) {
                         disableRestoreFocus = false;