aboutsummaryrefslogtreecommitdiff
path: root/evspy.c
diff options
context:
space:
mode:
Diffstat (limited to 'evspy.c')
-rw-r--r--evspy.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/evspy.c b/evspy.c
index 39e87f3..0489977 100644
--- a/evspy.c
+++ b/evspy.c
@@ -185,7 +185,7 @@ static void evspy_event(struct input_handle *handle, unsigned int type,
return;
}
- // Special/unknown keys (alt, ctrl, esc, mayus, etc)
+ // Special/unknown keys (alt, ctrl, esc, shift, etc)
if (map[code] == '.' && likely(code != KEY_DOT))
special_char(code, value);