From 69c5a2128b140ab0caa973ef242b16a7a276d0b6 Mon Sep 17 00:00:00 2001 From: Ben Wijen Date: Wed, 30 Oct 2019 07:33:21 +0100 Subject: [PATCH] * bootstrap.bat: Fix typo in batch file name --- bootstrap.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- 2.47.3