summaryrefslogtreecommitdiff
path: root/keys.c
diff options
context:
space:
mode:
authorLoui Chang <louipc.ist@gmail.com>2014-04-30 21:17:39 +0200
committerPhilippe Brochard <hocwp@free.fr>2014-04-30 21:17:39 +0200
commitded0a2dfbca66d41b6ba9f90593b813134e29786 (patch)
tree358ef896c98d0ca702cf116c5b565dd34f5b6610 /keys.c
parentd4a943caa3d700a5edb18d5ab528e8cf7f6d54c9 (diff)
downloadxbindkeys-ded0a2dfbca66d41b6ba9f90593b813134e29786.tar.gz
Typo unkown -> unknown
Diffstat (limited to 'keys.c')
-rw-r--r--keys.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/keys.c b/keys.c
index 9a0dda9..a1928f5 100644
--- a/keys.c
+++ b/keys.c
@@ -79,7 +79,7 @@ add_key (KeyType_t type, EventType_t event_type, KeySym keysym, KeyCode keycode,
if (keysym == 0 && keycode == 0 && button == 0)
{
- fprintf (stderr, "Warning: unkown key in RC file : %s\n", rc_file);
+ fprintf (stderr, "Warning: unknown key in RC file : %s\n", rc_file);
return (-1);
}