summaryrefslogtreecommitdiff
path: root/lib/Automake/DisjConditions.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/DisjConditions.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/DisjConditions.pm')
-rw-r--r--lib/Automake/DisjConditions.pm4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/Automake/DisjConditions.pm b/lib/Automake/DisjConditions.pm
index f6c400af4..8378d2780 100644
--- a/lib/Automake/DisjConditions.pm
+++ b/lib/Automake/DisjConditions.pm
@@ -1,4 +1,4 @@
-# Copyright (C) 1997, 2001, 2002, 2003, 2004 Free Software Foundation, Inc.
+# Copyright (C) 1997, 2001, 2002, 2003, 2004, 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
@@ -116,7 +116,7 @@ That's indeed the condition into which C<VAR> has a value.
Like C<Condition> objects, a C<DisjConditions> object is unique
with respect to its conditions. Two C<DisjConditions> objects created
-for the same set of conditions will have the same adress. This makes
+for the same set of conditions will have the same address. This makes
it easy to compare C<DisjConditions>s: just compare the references.
=head2 Methods