From 536cd2d035ef69fce8c0e9c81759e0ba4d3b266f Mon Sep 17 00:00:00 2001 From: Guillermo Ramos Date: Fri, 9 Sep 2011 16:58:55 +0200 Subject: Fixed some doc errata and added info about the patch in the README --- evspy.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'evspy.c') 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); -- cgit v1.2.3