diff options
-rw-r--r-- | src/luarocks/cfg.lua | 2 |
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 | |||
145 | cfg.variables = {} | 145 | cfg.variables = {} |
146 | cfg.rocks_trees = {} | 146 | cfg.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; |
149 | cfg.os_getenv = os.getenv | 149 | cfg.os_getenv = os.getenv |
150 | cfg.__dump_env = function() | 150 | cfg.__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 |