]> Dogcows Code - chaz/openbox/commitdiff
fix a comment
authorDana Jansens <danakj@orodu.net>
Tue, 24 Apr 2007 19:26:48 +0000 (19:26 +0000)
committerDana Jansens <danakj@orodu.net>
Tue, 24 Apr 2007 19:26:48 +0000 (19:26 +0000)
openbox/client.c

index fceac8755836690df529d53ea88138816ec84013..8098b3dc25e60a85566fcb6773eff775531c25e1 100644 (file)
@@ -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)
This page took 0.028064 seconds and 4 git commands to generate.