summaryrefslogtreecommitdiff
path: root/openbox/client.c
diff options
context:
space:
mode:
authorDana Jansens <danakj@orodu.net>2007-04-24 19:26:48 +0000
committerDana Jansens <danakj@orodu.net>2007-04-24 19:26:48 +0000
commitca8665e3093108d5b148916de69ffd9a13be88e4 (patch)
treec8f3fcb4b3098e25133b5b6612381312219671ac /openbox/client.c
parent8446e50b7a6af13f2e06b8bdb2784ce2cb11ce5e (diff)
fix a comment
Diffstat (limited to 'openbox/client.c')
-rw-r--r--openbox/client.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/openbox/client.c b/openbox/client.c
index fceac875..8098b3dc 100644
--- a/openbox/client.c
+++ b/openbox/client.c
@@ -385,7 +385,7 @@ void client_manage(Window window)
ob_debug("Want to focus new window 0x%x with time %u (last time %u)\n",
self->window, self->user_time, last_time);
- /* If a nothing at all, or a parent was focused, then focus this
+ /* If nothing is focused, or a parent was focused, then focus this
always
*/
if (!focus_client || client_search_focus_parent(self) != NULL)