aboutsummaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
authordavidm <davidm@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-12-07 21:31:52 +0000
committerdavidm <davidm@9ca3f7c1-7366-0410-b1a3-b5c78f85698c>2009-12-07 21:31:52 +0000
commitc2609bcb1cb434e5e715e5598b777c6a569deb83 (patch)
treeebceebb35aa1b918d63bd0b67d0a8a403d79f1c5 /src
parentb691a57e180fc7d20d2684e00583a5d570183073 (diff)
downloadluarocks-c2609bcb1cb434e5e715e5598b777c6a569deb83.tar.gz
luarocks-c2609bcb1cb434e5e715e5598b777c6a569deb83.tar.bz2
luarocks-c2609bcb1cb434e5e715e5598b777c6a569deb83.zip
minor spelling
git-svn-id: http://luarocks.org/svn/luarocks/trunk@125 9ca3f7c1-7366-0410-b1a3-b5c78f85698c
Diffstat (limited to 'src')
-rw-r--r--src/luarocks/util.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/luarocks/util.lua b/src/luarocks/util.lua
index 662e9739..fdf87786 100644
--- a/src/luarocks/util.lua
+++ b/src/luarocks/util.lua
@@ -144,7 +144,7 @@ local function make_shallow_copy(tbl)
144end 144end
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 teh user 147-- somewher 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.