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