diff --git a/rtl/amicommon/dos.pp b/rtl/amicommon/dos.pp index 33c7845a4a..1d7e56c901 100644 --- a/rtl/amicommon/dos.pp +++ b/rtl/amicommon/dos.pp @@ -579,7 +579,7 @@ const 'PED:', 'PRJ:', 'PIPE:', // Pipes - 'XPIPE:', // Extented Pipe + 'XPIPE:', // Extended Pipe 'CON:', // Console 'RAW:', // RAW: Console 'KCON:', // KingCON Console @@ -587,7 +587,7 @@ const 'SER:', // serial Ports 'SER0:', 'SER1:', - 'PAR:', // Parallel Porty + 'PAR:', // Parallel Port 'PRT:'); // Printer function IsIllegalDevice(DeviceName: string): Boolean;