diff options
| author | Ignacio Burgueño <iburgueno@gmail.com> | 2015-12-01 13:28:43 -0300 |
|---|---|---|
| committer | Ignacio Burgueño <iburgueno@gmail.com> | 2015-12-01 13:28:43 -0300 |
| commit | 185ec5c11db647ffdef6e128c0bb8e762449be55 (patch) | |
| tree | 8b791d1f3657a793b549fc1429e072ac03e2f8ee | |
| parent | fd88e3664f2dfb7fad4deb99e1d4ad79a56f4bcc (diff) | |
| download | luarocks-185ec5c11db647ffdef6e128c0bb8e762449be55.tar.gz luarocks-185ec5c11db647ffdef6e128c0bb8e762449be55.tar.bz2 luarocks-185ec5c11db647ffdef6e128c0bb8e762449be55.zip | |
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 |
