|
From: <jsi...@us...> - 2007-04-21 16:46:02
|
Revision: 2377
http://linuxconsole.svn.sourceforge.net/linuxconsole/?rev=2377&view=rev
Author: jsimmons
Date: 2007-04-21 09:45:57 -0700 (Sat, 21 Apr 2007)
Log Message:
-----------
wrong spelling
Modified Paths:
--------------
branches/ruby-2.6.21/ruby-2.6/drivers/char/keyboard.c
Modified: branches/ruby-2.6.21/ruby-2.6/drivers/char/keyboard.c
===================================================================
--- branches/ruby-2.6.21/ruby-2.6/drivers/char/keyboard.c 2007-04-15 14:13:12 UTC (rev 2376)
+++ branches/ruby-2.6.21/ruby-2.6/drivers/char/keyboard.c 2007-04-21 16:45:57 UTC (rev 2377)
@@ -1022,7 +1022,7 @@
put_queue(vc, 0x45 | up_flag);
break;
- case KEY_HANGUEL:
+ case KEY_HANGEUL:
if (!up_flag)
put_queue(vc, 0xf2);
break;
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|