[BOOTDATA] AHKAppTests.cmd: Fix 'media' typo (#1502)

Addendum to df2a8c4. s/media/medium/
This commit is contained in:
Serge Gautherie 2019-04-19 15:12:16 +02:00 committed by Katayama Hirofumi MZ
parent 0efcfec044
commit 4126817f7f

View file

@ -5,7 +5,7 @@ for %%X in (A B C D E F G H I J K L M N O P Q R S T U V W X Y Z) do (if exist %%
if not defined DRIVE (
dbgprint "AHK Application testing suite not present, skipping."
dbgprint "Insert ReactOS boot media and try again."
dbgprint "Insert ReactOS boot medium and try again."
exit /b 0
)