]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
* lib/Autom4te/ChannelDefs.pm: Fix typos.
authorStepan Kasal <skasal@redhat.com>
Fri, 14 Mar 2008 13:59:58 +0000 (14:59 +0100)
committerStepan Kasal <skasal@redhat.com>
Fri, 14 Mar 2008 13:59:58 +0000 (14:59 +0100)
ChangeLog
lib/Autom4te/ChannelDefs.pm

index 2892f571a9c21c032c66d609d86a151fb7d6060d..e7ea66640d919ef3ca50d860fdf10194021188f5 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2008-03-14  Stepan Kasal  <kasal@ucw.cz>
+
+       * lib/Autom4te/ChannelDefs.pm: Fix typos.
+
 2008-03-12  Eric Blake  <ebb9@byu.net>
 
        Fix yesterday's regression in m4_wrap([$1]).
index f4fc3855a21b9dfce0683c86fc8559e0c82c82e2..95281e0371b7f2a6151f30a98f3e65c32d1b1dd0 100644 (file)
@@ -39,7 +39,7 @@ Autom4te::ChannelDefs - channel definitions for Automake and helper functions
 
 =head1 DESCRIPTION
 
-This packages defines channels that can be used in Automake to
+This package defines channels that can be used in Automake to
 output diagnostics and other messages (via C<msg()>).  It also defines
 some helper function to enable or disable these channels, and some
 shorthand function to output on specific channels.
@@ -303,7 +303,7 @@ Parse the argument of C<--warning=CATEGORY> or C<-WCATEGORY>.
 C<$OPTIONS> is C<"--warning"> or C<"-W">, C<@ARGUMENT> is a list of
 C<CATEGORY>.
 
-This can be used as a argument to C<Getopt>.
+This can be used as an argument to C<Getopt>.
 
 =cut