diff options
author | Thijs Schreijer <thijs@thijsschreijer.nl> | 2015-06-17 11:01:48 +0200 |
---|---|---|
committer | Thijs Schreijer <thijs@thijsschreijer.nl> | 2015-06-17 11:01:48 +0200 |
commit | 4792618d8882eb36c9e9d05efac8b1ae336f00cb (patch) | |
tree | 582daa1fba23b6c19acdb3284b6257ca49e08cd9 | |
parent | e1dd6375822d800984e1d3d821899a315bc1b222 (diff) | |
download | luarocks-4792618d8882eb36c9e9d05efac8b1ae336f00cb.tar.gz luarocks-4792618d8882eb36c9e9d05efac8b1ae336f00cb.tar.bz2 luarocks-4792618d8882eb36c9e9d05efac8b1ae336f00cb.zip |
fixed typo
-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 |