summaryrefslogtreecommitdiff
path: root/lib/Automake/Variable.pm
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-10-14 09:33:34 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-10-14 09:33:34 +0000
commit5c1a1342d22fe1aab6b2bebc5d4acfd2c23de9a1 (patch)
tree399166986f47d6472841b776ad82f3850a047799 /lib/Automake/Variable.pm
parent4b4ee631d1357b267dbe22bd7a6f0440027f3c08 (diff)
downloadautomake-5c1a1342d22fe1aab6b2bebc5d4acfd2c23de9a1.tar.gz
* automake.in: Fix some typos in comments.
* lib/Automake/Variable.pm: Likewise.
Diffstat (limited to 'lib/Automake/Variable.pm')
-rw-r--r--lib/Automake/Variable.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/Automake/Variable.pm b/lib/Automake/Variable.pm
index 87124f702..3d23bec40 100644
--- a/lib/Automake/Variable.pm
+++ b/lib/Automake/Variable.pm
@@ -1108,7 +1108,7 @@ sub set_seen ($)
Make sure that each supplied variable is defined in C<$cond>.
Otherwise, issue a warning showing C<$reason> (C<$reason> should be
-the reason why these variable are required, for instance C<'option foo
+the reason why these variables are required, for instance C<'option foo
used'>). If we know which macro can define this variable, hint the
user. Return the number of undefined variables.