From 504b50d93d4f9665f00834f0c031967e89298787 Mon Sep 17 00:00:00 2001 From: Johannes Schindelin Date: Tue, 22 Oct 2019 12:40:59 +0200 Subject: [PATCH] fixup! vcpkg_install: detect lack of Git This typo was reported in https://github.com/git-for-windows/git/pull/2351#pullrequestreview-304893207. Signed-off-by: Johannes Schindelin --- compat/vcbuild/vcpkg_install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/compat/vcbuild/vcpkg_install.bat b/compat/vcbuild/vcpkg_install.bat index 6b2f9e04738a68..8330d8120fb511 100644 --- a/compat/vcbuild/vcpkg_install.bat +++ b/compat/vcbuild/vcpkg_install.bat @@ -39,7 +39,7 @@ REM ================================================================ git.exe version 2>nul IF ERRORLEVEL 1 ( echo "***" - echo "Git not found. Please adjust you CMD path or Git install option." + echo "Git not found. Please adjust your CMD path or Git install option." echo "***" EXIT /B 1 )