fix a comment
authorDana Jansens <danakj@orodu.net>
Tue, 15 May 2007 04:34:11 +0000 (04:34 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 15 May 2007 04:34:11 +0000 (04:34 +0000)
openbox/event.c

index 9d10698..1fa5e11 100644 (file)
@@ -515,7 +515,7 @@ static void event_process(const XEvent *ec, gpointer data)
                           "Focus went to a window that is already gone\n");
 
             /* If you send focus to a window and then it disappears, you can
-               get the FocusIn FocusOut for it, after it is unmanaged.
+               get the FocusIn for it, after it is unmanaged.
                Just wait for the next FocusOut/FocusIn pair. */
         }
         else if (client != focus_client) {