diff options
-rw-r--r-- | src/luarocks/util.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/util.lua b/src/luarocks/util.lua index 7074e97b..164dd260 100644 --- a/src/luarocks/util.lua +++ b/src/luarocks/util.lua | |||
@@ -144,7 +144,7 @@ local function make_shallow_copy(tbl) | |||
144 | end | 144 | end |
145 | 145 | ||
146 | -- Check if a set of needed variables are referenced | 146 | -- Check if a set of needed variables are referenced |
147 | -- somewher in a list of definitions, warning the user | 147 | -- somewhere in a list of definitions, warning the user |
148 | -- about any unused ones. Each key in needed_set should | 148 | -- about any unused ones. Each key in needed_set should |
149 | -- appear as a $(XYZ) variable at least once as a | 149 | -- appear as a $(XYZ) variable at least once as a |
150 | -- substring of some value of var_defs. | 150 | -- substring of some value of var_defs. |