Fix spelling mistakes

This commit is contained in:
Eric Engeström
2016-04-04 08:33:59 +01:00
committed by Michael Stapelberg
parent a2632fd308
commit 66d9c983e4
19 changed files with 22 additions and 22 deletions

View File

@ -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-inputs window has override_redirect=1
* (→ unmanaged by the window manager) and thus i3-input changes focus itself.
* This function is called on exit().