aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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