Fix a typo in debug message

This commit is contained in:
Mikael Magnusson 2009-07-04 18:10:17 +02:00
parent 263833450d
commit 3f72b9d67f

View file

@ -439,7 +439,7 @@ void client_manage(Window window, ObPrompt *prompt)
"Current focus_client: %s", "Current focus_client: %s",
(focus_client ? focus_client->title : "(none)")); (focus_client ? focus_client->title : "(none)"));
ob_debug_type(OB_DEBUG_FOCUS, ob_debug_type(OB_DEBUG_FOCUS,
"parent focuesed: %d relative focused: %d", "parent focused: %d relative focused: %d",
parent_focused, relative_focused); parent_focused, relative_focused);
if (menu_frame_visible || moveresize_in_progress) { if (menu_frame_visible || moveresize_in_progress) {