From a4f2ebc78da4e10e65e864a16d2e621c7c79103d Mon Sep 17 00:00:00 2001 From: Brecht Van Lommel Date: Wed, 19 Sep 2018 17:48:11 +0200 Subject: Spelling fixes in comments and descriptions, patch by luzpaz. Differential Revision: https://developer.blender.org/D3700 --- build_files/windows/check_libraries.cmd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'build_files/windows/check_libraries.cmd') diff --git a/build_files/windows/check_libraries.cmd b/build_files/windows/check_libraries.cmd index 90c50293720..506728a194f 100644 --- a/build_files/windows/check_libraries.cmd +++ b/build_files/windows/check_libraries.cmd @@ -26,7 +26,7 @@ if NOT EXIST %BUILD_VS_LIBDIR% ( :RETRY "%SVN%" checkout https://svn.blender.org/svnroot/bf-blender/trunk/lib/%BUILD_VS_SVNDIR% %BUILD_VS_LIBDIR% if errorlevel 1 ( - set /p LibRetry= "Error during donwload, retry? y/n" + set /p LibRetry= "Error during download, retry? y/n" if /I "!LibRetry!"=="Y" ( cd %BUILD_VS_LIBDIR% "%SVN%" cleanup -- cgit v1.2.3