diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2015-12-01 20:53:45 +0100 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2015-12-01 20:53:45 +0100 |
commit | 2b3fc7c0f32c40e162a78d087e052bcc6c26004c (patch) | |
tree | 8b791d1f3657a793b549fc1429e072ac03e2f8ee | |
parent | fd88e3664f2dfb7fad4deb99e1d4ad79a56f4bcc (diff) | |
parent | 185ec5c11db647ffdef6e128c0bb8e762449be55 (diff) | |
download | luarocks-2b3fc7c0f32c40e162a78d087e052bcc6c26004c.tar.gz luarocks-2b3fc7c0f32c40e162a78d087e052bcc6c26004c.tar.bz2 luarocks-2b3fc7c0f32c40e162a78d087e052bcc6c26004c.zip |
Merge pull request #1 from ignacio/patch-1
Fix typo
-rw-r--r-- | install.bat | 2 |
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)") |
804 | else | 804 | else |
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 |