Input: fix misspelling of Hangeul key

Fix a mispelling of the korean alphabet name in the input subsystem.
See http://en.wikipedia.org/wiki/Hangeul#Names for more details.

KEY_HANGUEL left to not break people

Signed-off-by: Jerome Pinot <ngc891@gmail.com>
Signed-off-by: Dmitry Torokhov <dtor@mail.ru>
This commit is contained in:
Jerome Pinot
2006-06-26 01:51:23 -04:00
committed by Dmitry Torokhov
parent 9e8e30a0cc
commit b9ab58dd8e
5 changed files with 9 additions and 8 deletions
+1 -1
View File
@@ -1074,7 +1074,7 @@ static int emulate_raw(struct vc_data *vc, unsigned int keycode,
put_queue(vc, 0x1d | up_flag);
put_queue(vc, 0x45 | up_flag);
return 0;
case KEY_HANGUEL:
case KEY_HANGEUL:
if (!up_flag) put_queue(vc, 0xf1);
return 0;
case KEY_HANJA: