Pārlūkot izejas kodu

* fix typo in comment

git-svn-id: branches/unicodekvm@41541 -
nickysn 6 gadi atpakaļ
vecāks
revīzija
0e7f562d19
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      packages/rtl-console/src/unix/keyboard.pp

+ 1 - 1
packages/rtl-console/src/unix/keyboard.pp

@@ -183,7 +183,7 @@ type
 const
   kbdchange:array[0..35] of chgentry=(
     {This prevents the alt+function keys from switching consoles.
-     We code the F1..F12 sequences into ALT+F1..ALT+12, we check
+     We code the F1..F12 sequences into ALT+F1..ALT+F12, we check
      the shiftstates separetely anyway.}
     (tab:8; idx:$3b; oldtab:0; oldidx:$3b; oldval:0; newval:0),
     (tab:8; idx:$3c; oldtab:0; oldidx:$3c; oldval:0; newval:0),