]> Dogcows Code - chaz/openbox/commitdiff
Fix a typo in debug message
authorMikael Magnusson <mikachu@gmail.com>
Sat, 4 Jul 2009 16:10:17 +0000 (18:10 +0200)
committerMikael Magnusson <mikachu@gmail.com>
Sat, 4 Jul 2009 16:11:26 +0000 (18:11 +0200)
openbox/client.c

index a8a15673f8e372bfe97ff15084c8719efa985d60..d98ce642868ea112ad030ee76225ec172820cbe0 100644 (file)
@@ -439,7 +439,7 @@ void client_manage(Window window, ObPrompt *prompt)
                       "Current focus_client: %s",
                       (focus_client ? focus_client->title : "(none)"));
         ob_debug_type(OB_DEBUG_FOCUS,
-                      "parent focuesed: %d  relative focused: %d",
+                      "parent focused: %d  relative focused: %d",
                       parent_focused, relative_focused);
 
         if (menu_frame_visible || moveresize_in_progress) {
This page took 0.025269 seconds and 4 git commands to generate.