aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--install.bat2
1 files changed, 1 insertions, 1 deletions
diff --git a/install.bat b/install.bat
index 29c42d0e..ad78d48e 100644
--- a/install.bat
+++ b/install.bat
@@ -803,7 +803,7 @@ if USE_MINGW then
803 print("Compiler : MinGW (make sure it is in your path before using LuaRocks)") 803 print("Compiler : MinGW (make sure it is in your path before using LuaRocks)")
804else 804else
805 if vars.COMPILER_ENV_CMD == "" then 805 if vars.COMPILER_ENV_CMD == "" then
806 print("Compiler : Micorosft (make sure it is in your path before using LuaRocks)") 806 print("Compiler : Microsoft (make sure it is in your path before using LuaRocks)")
807 else 807 else
808 print(S[[Compiler : Microsoft, using; $COMPILER_ENV_CMD]]) 808 print(S[[Compiler : Microsoft, using; $COMPILER_ENV_CMD]])
809 end 809 end