* bootstrap.bat: Fix typo in batch file name

This commit is contained in:
Ben Wijen 2019-10-30 07:33:21 +01:00 committed by Paul Smith
parent 577dd1ff6d
commit 69c5a2128b

View file

@ -30,5 +30,5 @@ if ERRORLEVEL 1 exit /b 1
goto :EOF
:Done
echo Done. Run buld_w32.bat to build GNU make.
echo Done. Run build_w32.bat to build GNU make.
goto :EOF