[Bf-blender-cvs] [7232b0cbe51] master: make.bat : fix typo

Ray Molenkamp noreply at git.blender.org
Mon Jul 23 00:02:38 CEST 2018


Commit: 7232b0cbe51865653fdb3ea6b968345dd8fbc525
Author: Ray Molenkamp
Date:   Sun Jul 22 16:02:28 2018 -0600
Branches: master
https://developer.blender.org/rB7232b0cbe51865653fdb3ea6b968345dd8fbc525

make.bat : fix typo

pointed out by anchpop on irc.

===================================================================

M	build_files/windows/autodetect_msvc.cmd
M	build_files/windows/check_libraries.cmd

===================================================================

diff --git a/build_files/windows/autodetect_msvc.cmd b/build_files/windows/autodetect_msvc.cmd
index 77dc005cd18..4dbe009a890 100644
--- a/build_files/windows/autodetect_msvc.cmd
+++ b/build_files/windows/autodetect_msvc.cmd
@@ -10,5 +10,5 @@ echo Compiler Detection failed. Use verbose switch for more information.
 exit /b 1
 
 :DetectionComplete
-echo Compiler Detection successfull, detected VS%BUILD_VS_YEAR%
+echo Compiler Detection successful, detected VS%BUILD_VS_YEAR%
 exit /b 0
\ No newline at end of file
diff --git a/build_files/windows/check_libraries.cmd b/build_files/windows/check_libraries.cmd
index 6ad1d1749c3..90c50293720 100644
--- a/build_files/windows/check_libraries.cmd
+++ b/build_files/windows/check_libraries.cmd
@@ -36,7 +36,7 @@ if NOT EXIST %BUILD_VS_LIBDIR% (
 				echo.
 				echo Error: Download of external libraries failed. 
 				echo This is needed for building, please manually run 'svn cleanup' and 'svn update' in
-				echo %BUILD_VS_LIBDIR% , until this is resolved you CANNOT make a successfull blender build
+				echo %BUILD_VS_LIBDIR% , until this is resolved you CANNOT make a successful blender build
 				echo.
 				exit /b 1
 			)



More information about the Bf-blender-cvs mailing list