autoconf-commit
[Top][All Lists]
Advanced

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

[SCM] GNU Autoconf source repository branch, master, updated. v2.67-5-g5


From: Ralf Wildenhues
Subject: [SCM] GNU Autoconf source repository branch, master, updated. v2.67-5-g55072ae
Date: Sat, 31 Jul 2010 07:10:04 +0000

This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "GNU Autoconf source repository".

http://git.sv.gnu.org/gitweb/?p=autoconf.git;a=commitdiff;h=55072aea4a610882a2eb1b2ae3f40a20b77fc836

The branch, master has been updated
       via  55072aea4a610882a2eb1b2ae3f40a20b77fc836 (commit)
      from  14f352e3880538f229e423cdc3b36a717e93f7fc (commit)

Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.

- Log -----------------------------------------------------------------
commit 55072aea4a610882a2eb1b2ae3f40a20b77fc836
Author: Ralf Wildenhues <address@hidden>
Date:   Sat Jul 31 09:09:15 2010 +0200

    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.
    
    Signed-off-by: Ralf Wildenhues <address@hidden>

-----------------------------------------------------------------------

Summary of changes:
 ChangeLog                   |    7 +++++++
 lib/Autom4te/ChannelDefs.pm |    6 +++---
 lib/Autom4te/Channels.pm    |    2 +-
 lib/Autom4te/General.pm     |    4 ++--
 4 files changed, 13 insertions(+), 6 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 0ef1fd3..34133cb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,10 @@
+2010-07-31  Ralf Wildenhues  <address@hidden>
+
+       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  <address@hidden>
 
        docs: mention ksh file descriptor limitation
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
 


hooks/post-receive
-- 
GNU Autoconf source repository



reply via email to

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