aboutsummaryrefslogtreecommitdiff
path: root/i3-input
diff options
context:
space:
mode:
authorEric Engeström <eric@engestrom.ch>2016-04-04 08:33:59 +0100
committerMichael Stapelberg <stapelberg@users.noreply.github.com>2016-04-04 09:33:59 +0200
commit66d9c983e44888dbf58435f8793ff0dcd9bc9054 (patch)
tree0f1baa7b47b8cedd62fb0dcd38792ff4e51d3ade /i3-input
parenta2632fd3080e523216ce3427ff110af086efd68a (diff)
downloadi3-66d9c983e44888dbf58435f8793ff0dcd9bc9054.tar.gz
i3-66d9c983e44888dbf58435f8793ff0dcd9bc9054.zip
Fix spelling mistakes
Diffstat (limited to 'i3-input')
-rw-r--r--i3-input/keysym.map2
-rw-r--r--i3-input/main.c2
2 files changed, 2 insertions, 2 deletions
diff --git a/i3-input/keysym.map b/i3-input/keysym.map
index 6e587bdc..b198dd6d 100644
--- a/i3-input/keysym.map
+++ b/i3-input/keysym.map
@@ -1,7 +1,7 @@
# This list can be used to convert X11 Keysyms to Unicode 2.1 character.
# The list is not checked for correctness by Unicode officials. Use it
# at your own risk and the creator is not responsable for any damage that
-# occured due to using this list.
+# occurred due to using this list.
#
# The list is created by looking at the Keysym names and the Unicode data
# file. Other mapping tables were used as a reference where needed.
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().