summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBen Wijen <ben@wijen.net>2019-10-30 07:33:21 +0100
committerPaul Smith <psmith@gnu.org>2019-12-18 09:05:40 -0500
commit69c5a2128b140ab0caa973ef242b16a7a276d0b6 (patch)
treebb41f45f9f404e7997c6bed1355dee1596083585
parent577dd1ff6df7d03ced3ca6129f6d83543da533fd (diff)
* bootstrap.bat: Fix typo in batch file name
-rw-r--r--bootstrap.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/bootstrap.bat b/bootstrap.bat
index 1cbf26b2..f68a414a 100644
--- a/bootstrap.bat
+++ b/bootstrap.bat
@@ -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