From fe0e0064d9cca0fe38476536e5cfc6a67e922e98 Mon Sep 17 00:00:00 2001 From: Jonathan Date: Mon, 9 Mar 2020 12:30:41 -0600 Subject: [PATCH] Update install-deps.bat Spelling edit: porperly -> properly --- install-deps.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install-deps.bat b/install-deps.bat index 5fc2185c3..9f2bac254 100644 --- a/install-deps.bat +++ b/install-deps.bat @@ -56,7 +56,7 @@ if "%VisualStudioVersion%" == "" ( :VS_SETUP if "%VisualStudioVersion%" == "" ( - echo %ECHO_PREFIX% Can not find environment variable VisualStudioVersion, msvc is not setup porperly + echo %ECHO_PREFIX% Can not find environment variable VisualStudioVersion, msvc is not setup properly goto :FAIL )