--- old/src/java.desktop/share/classes/java/awt/event/WindowFocusListener.java 2014-08-21 20:51:11.727357000 +0400 +++ new/src/java.desktop/share/classes/java/awt/event/WindowFocusListener.java 2014-08-21 20:51:11.517345000 +0400 @@ -39,7 +39,7 @@ * using the Window's addWindowFocusListener method. * When the Window's * status changes by virtue of it being opened, closed, activated, deactivated, - * iconified, or deiconified, or by focus being transfered into or out of the + * iconified, or deiconified, or by focus being transferred into or out of the * Window, the relevant method in the listener object is invoked, * and the WindowEvent is passed to it. *