]> git.sur5r.net Git - i3/i3/blobdiff - i3-input/main.c
Fix spelling mistakes
[i3/i3] / i3-input / main.c
index 64a089dd8f9cb5d947f4f572a8c0361531556310..7115727e0d9008f506bdb5ebaa7cf7a28e5559dc 100644 (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-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().