Преглед на файлове

* fix typo in comment

git-svn-id: branches/unicodekvm@41604 -
nickysn преди 6 години
родител
ревизия
eaa60e4546
променени са 1 файла, в които са добавени 1 реда и са изтрити 1 реда
  1. 1 1
      packages/rtl-console/src/win/keyboard.pp

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

@@ -317,7 +317,7 @@ var ahkl : HKL;
    while i<$100 do
      begin
        // <MSDN>
-       // For keyboard layouts that use the right-hand ALT key as ashift key
+       // For keyboard layouts that use the right-hand ALT key as a shift key
        // (for example, the French keyboard layout), the shift state is
        // represented by the value 6, because the right-hand ALT key is
        // converted internally into CTRL+ALT.