Welcome to mirror list, hosted at ThFree Co, Russian Federation.

git.blender.org/blender.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRay Molenkamp <github@lazydodo.com>2018-07-23 01:02:28 +0300
committerRay Molenkamp <github@lazydodo.com>2018-07-23 01:02:28 +0300
commit7232b0cbe51865653fdb3ea6b968345dd8fbc525 (patch)
tree84a53bb85b031d1693849b2497abecc9933a652f /build_files/windows/autodetect_msvc.cmd
parenta6f750dd4148b1c2549150128ee0c21db30039b6 (diff)
make.bat : fix typo
pointed out by anchpop on irc.
Diffstat (limited to 'build_files/windows/autodetect_msvc.cmd')
-rw-r--r--build_files/windows/autodetect_msvc.cmd2
1 files changed, 1 insertions, 1 deletions
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