client: fix typo

Signed-off-by: Julien Danjou <julien@danjou.info>
This commit is contained in:
Maarten Maathuis 2009-03-26 22:13:44 +01:00 committed by Julien Danjou
parent cf16379778
commit bf0329d8a3
1 changed files with 1 additions and 1 deletions

View File

@ -311,7 +311,7 @@ client_focus(client_t *c, bool sendmessage)
c->win, XCB_CURRENT_TIME);
if(takefocus)
/* Input models: No Input, Globally Active */
/* Input models: Local Active, Globally Active */
window_takefocus(c->win);
}