From 185ec5c11db647ffdef6e128c0bb8e762449be55 Mon Sep 17 00:00:00 2001 From: Ignacio BurgueƱo Date: Tue, 1 Dec 2015 13:28:43 -0300 Subject: Fix typo --- install.bat | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 print("Compiler : MinGW (make sure it is in your path before using LuaRocks)") else if vars.COMPILER_ENV_CMD == "" then - print("Compiler : Micorosft (make sure it is in your path before using LuaRocks)") + print("Compiler : Microsoft (make sure it is in your path before using LuaRocks)") else print(S[[Compiler : Microsoft, using; $COMPILER_ENV_CMD]]) end -- cgit v1.2.3-55-g6feb