X-Git-Url: https://git.sur5r.net/?p=i3%2Fi3;a=blobdiff_plain;f=i3-input%2Fmain.c;fp=i3-input%2Fmain.c;h=7115727e0d9008f506bdb5ebaa7cf7a28e5559dc;hp=64a089dd8f9cb5d947f4f572a8c0361531556310;hb=66d9c983e44888dbf58435f8793ff0dcd9bc9054;hpb=a2632fd3080e523216ce3427ff110af086efd68a diff --git a/i3-input/main.c b/i3-input/main.c index 64a089dd..7115727e 100644 --- a/i3-input/main.c +++ b/i3-input/main.c @@ -80,7 +80,7 @@ void debuglog(char *fmt, ...) { } /* - * Restores the X11 input focus to whereever it was before. + * Restores the X11 input focus to wherever it was before. * This is necessary because i3-input’s window has override_redirect=1 * (→ unmanaged by the window manager) and thus i3-input changes focus itself. * This function is called on exit().