aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorThijs Schreijer <thijs@thijsschreijer.nl>2015-06-17 11:01:48 +0200
committerThijs Schreijer <thijs@thijsschreijer.nl>2015-06-17 11:01:48 +0200
commit4792618d8882eb36c9e9d05efac8b1ae336f00cb (patch)
tree582daa1fba23b6c19acdb3284b6257ca49e08cd9
parente1dd6375822d800984e1d3d821899a315bc1b222 (diff)
downloadluarocks-4792618d8882eb36c9e9d05efac8b1ae336f00cb.tar.gz
luarocks-4792618d8882eb36c9e9d05efac8b1ae336f00cb.tar.bz2
luarocks-4792618d8882eb36c9e9d05efac8b1ae336f00cb.zip
fixed typo
-rw-r--r--src/luarocks/cfg.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/cfg.lua b/src/luarocks/cfg.lua
index 6d6a911d..87fb1dda 100644
--- a/src/luarocks/cfg.lua
+++ b/src/luarocks/cfg.lua
@@ -145,7 +145,7 @@ end
145cfg.variables = {} 145cfg.variables = {}
146cfg.rocks_trees = {} 146cfg.rocks_trees = {}
147 147
148-- some extras for the global enviornment in the config files; 148-- some extras for the global environment in the config files;
149cfg.os_getenv = os.getenv 149cfg.os_getenv = os.getenv
150cfg.__dump_env = function() 150cfg.__dump_env = function()
151 -- debug function, calling it from a config file will show all 151 -- debug function, calling it from a config file will show all