src/java.desktop/share/classes/java/awt/event/WindowFocusListener.java

Print this page

        

@@ -37,11 +37,11 @@
  * The listener object created from that class is then registered with a
  * <code>Window</code>
  * using the <code>Window</code>'s <code>addWindowFocusListener</code> method.
  * When the <code>Window</code>'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
  * <code>Window</code>, the relevant method in the listener object is invoked,
  * and the <code>WindowEvent</code> is passed to it.
  *
  * @author David Mendenhall
  *