]> git.ipfire.org Git - thirdparty/autoconf.git/commitdiff
Fix typos in perlpod docs.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 31 Jul 2010 07:09:15 +0000 (09:09 +0200)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Sat, 31 Jul 2010 07:09:15 +0000 (09:09 +0200)
* lib/Autom4te/ChannelDefs.pm, lib/Autom4te/Channels.pm,
lib/Autom4te/General.pm: Fix typos and spacing in perlpod
documentation and in comments.

Signed-off-by: Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
ChangeLog
lib/Autom4te/ChannelDefs.pm
lib/Autom4te/Channels.pm
lib/Autom4te/General.pm

index 0ef1fd3d4f0b3335adc767aeabe8f50269b5975d..34133cb3af93dd946a0966342efc5c595c1b60f6 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-31  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       Fix typos in perlpod docs.
+       * lib/Autom4te/ChannelDefs.pm, lib/Autom4te/Channels.pm,
+       lib/Autom4te/General.pm: Fix typos and spacing in perlpod
+       documentation and in comments.
+
 2010-07-29  Eric Blake  <eblake@redhat.com>
 
        docs: mention ksh file descriptor limitation
index 07f8c8f526f0d5dbe459e3e8a0e47f0876f7106e..c78d91aef00be41bd223d43fa23526381acdd4e4 100644 (file)
@@ -35,7 +35,7 @@ Autom4te::ChannelDefs - channel definitions for Automake and helper functions
   verb ($MESSAGE, [%OPTIONS]);
   switch_warning ($CATEGORY);
   parse_WARNINGS ();
-  parse_warnings ($OPTION, $ARGUMENT);
+  parse_warnings ($OPTION, @ARGUMENT);
   Autom4te::ChannelDefs::set_strictness ($STRICTNESS_NAME);
 
 =head1 DESCRIPTION
@@ -71,7 +71,7 @@ Fatal errors.  Use C<&fatal> to send messages over this channel.
 
 =item C<error>
 
-Common errors.   Use C<&error> to send messages over this channel.
+Common errors.  Use C<&error> to send messages over this channel.
 
 =item C<error-gnu>
 
@@ -112,7 +112,7 @@ Warnings about non-portable constructs.
 
 =item C<syntax>
 
-Warnings about weird syntax, unused variables, typos...
+Warnings about weird syntax, unused variables, typos ...
 
 =item C<unsupported>
 
index b9d122f9aff81acef346e89fdd1f494e49698e47..0af4d0089cae6f9d5638be9ad1701d47514a1e5b 100644 (file)
@@ -503,7 +503,7 @@ sub _print_message ($$%)
   my $msg = _format_message ($location, $message, %opts);
   if ($opts{'partial'})
     {
-      # Incomplete message.   Store, don't print.
+      # Incomplete message.  Store, don't print.
       $partial .= $msg;
       return;
     }
index d113fe99a97bc06acaaed859366a20c6e77a763e..a6ff6802d780c96c54d81c92561bdbc04a8af946 100644 (file)
@@ -95,7 +95,7 @@ $force = undef;
 
 =item C<$help>
 
-Set to the help message associated to the option C<--help>.
+Set to the help message associated with the option C<--help>.
 
 =cut
 
@@ -104,7 +104,7 @@ $help = undef;
 
 =item C<$me>
 
-The name of this application, as should be used in diagostic messages.
+The name of this application, for diagnostic messages.
 
 =cut