summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--openbox/event.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/event.c b/openbox/event.c
index 9d10698b..1fa5e11f 100644
--- a/openbox/event.c
+++ b/openbox/event.c
@@ -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) {