autoconf-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Fix typos in perlpod docs.


From: Ralf Wildenhues
Subject: Fix typos in perlpod docs.
Date: Sat, 31 Jul 2010 09:10:05 +0200
User-agent: Mutt/1.5.20 (2010-04-22)

Noted the wrong parse_warnings declaration in the POD, as well as a
couple of typos.  Pushing as obvious.

Cheers,
Ralf

    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.

diff --git a/lib/Autom4te/ChannelDefs.pm b/lib/Autom4te/ChannelDefs.pm
index 07f8c8f..c78d91a 100644
--- a/lib/Autom4te/ChannelDefs.pm
+++ b/lib/Autom4te/ChannelDefs.pm
@@ -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>
 
diff --git a/lib/Autom4te/Channels.pm b/lib/Autom4te/Channels.pm
index b9d122f..0af4d00 100644
--- a/lib/Autom4te/Channels.pm
+++ b/lib/Autom4te/Channels.pm
@@ -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;
     }
diff --git a/lib/Autom4te/General.pm b/lib/Autom4te/General.pm
index d113fe9..a6ff680 100644
--- a/lib/Autom4te/General.pm
+++ b/lib/Autom4te/General.pm
@@ -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
 



reply via email to

[Prev in Thread] Current Thread [Next in Thread]