aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2015-12-01 20:53:45 +0100
committerThijs Schreijer <thijs@thijsschreijer.nl>2015-12-01 20:53:45 +0100
commit2b3fc7c0f32c40e162a78d087e052bcc6c26004c (patch)
tree8b791d1f3657a793b549fc1429e072ac03e2f8ee
parentfd88e3664f2dfb7fad4deb99e1d4ad79a56f4bcc (diff)
parent185ec5c11db647ffdef6e128c0bb8e762449be55 (diff)
downloadluarocks-2b3fc7c0f32c40e162a78d087e052bcc6c26004c.tar.gz
luarocks-2b3fc7c0f32c40e162a78d087e052bcc6c26004c.tar.bz2
luarocks-2b3fc7c0f32c40e162a78d087e052bcc6c26004c.zip
Merge pull request #1 from ignacio/patch-1
Fix typo
-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