https://git.reactos.org/?p=reactos.git;a=commitdiff;h=4126817f7ffc06dc2fb152...
commit 4126817f7ffc06dc2fb1521f8b8ed7dc57a59607 Author: Serge Gautherie 32623169+SergeGautherie@users.noreply.github.com AuthorDate: Fri Apr 19 15:12:16 2019 +0200 Commit: Katayama Hirofumi MZ katayama.hirofumi.mz@gmail.com CommitDate: Fri Apr 19 22:12:16 2019 +0900
[BOOTDATA] AHKAppTests.cmd: Fix 'media' typo (#1502)
Addendum to df2a8c4. s/media/medium/ --- boot/bootdata/bootcdregtest/AHKAppTests.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/boot/bootdata/bootcdregtest/AHKAppTests.cmd b/boot/bootdata/bootcdregtest/AHKAppTests.cmd index 2c969a6745..6c93dfe21d 100644 --- a/boot/bootdata/bootcdregtest/AHKAppTests.cmd +++ b/boot/bootdata/bootcdregtest/AHKAppTests.cmd @@ -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 )