summaryrefslogtreecommitdiff
path: root/lib/Automake/Condition.pm
diff options
context:
space:
mode:
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-05-13 09:28:36 +0000
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>2006-05-13 09:28:36 +0000
commitba6a8b005ca96051ba29a6b8804f195ac17e0253 (patch)
treed1111b11d2cb7cb901cb7c7d2157d5d5ec52be71 /lib/Automake/Condition.pm
parent0ed61ffdc113c8b5ec74b36b2d7049b2b2d43559 (diff)
downloadautomake-ba6a8b005ca96051ba29a6b8804f195ac17e0253.tar.gz
* lib/Automake/Channels.pm, lib/Automake/Condition.pm,
lib/Automake/DisjConditions.pm, lib/Automake/Options.pm, lib/Automake/VarDef.pm, lib/Automake/Wrap.pm: Fix some typos.
Diffstat (limited to 'lib/Automake/Condition.pm')
-rw-r--r--lib/Automake/Condition.pm6
1 files changed, 3 insertions, 3 deletions
diff --git a/lib/Automake/Condition.pm b/lib/Automake/Condition.pm
index 19f4a959a..f294c37cf 100644
--- a/lib/Automake/Condition.pm
+++ b/lib/Automake/Condition.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 2001, 2002, 2003 Free Software Foundation, Inc.
+# Copyright (C) 1997, 2001, 2002, 2003, 2006 Free Software Foundation, Inc.
# This program is free software; you can redistribute it and/or modify
# it under the terms of the GNU General Public License as published by
@@ -123,8 +123,8 @@ B<and> C<COND2> are true. There is no way to express disjunctions
Another point worth to mention is that each C<Condition> object is
unique with respect to its conditionals. Two C<Condition> objects
-created for the same set of conditionals will have the same adress.
-This makes it easy to compare C<Condition>s, just compare the
+created for the same set of conditionals will have the same address.
+This makes it easy to compare C<Condition>s: just compare the
references.
my $c1 = new Automake::Condition "COND1_TRUE", "COND2_TRUE";