From: Ralf Wildenhues Date: Sat, 31 Jul 2010 07:09:15 +0000 (+0200) Subject: Fix typos in perlpod docs. X-Git-Tag: v2.68~76 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=55072aea4a610882a2eb1b2ae3f40a20b77fc836;p=thirdparty%2Fautoconf.git 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 --- diff --git a/ChangeLog b/ChangeLog index 0ef1fd3d..34133cb3 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,10 @@ +2010-07-31 Ralf Wildenhues + + 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 docs: mention ksh file descriptor limitation diff --git a/lib/Autom4te/ChannelDefs.pm b/lib/Autom4te/ChannelDefs.pm index 07f8c8f5..c78d91ae 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 -Common errors. Use C<&error> to send messages over this channel. +Common errors. Use C<&error> to send messages over this channel. =item C @@ -112,7 +112,7 @@ Warnings about non-portable constructs. =item C -Warnings about weird syntax, unused variables, typos... +Warnings about weird syntax, unused variables, typos ... =item C diff --git a/lib/Autom4te/Channels.pm b/lib/Autom4te/Channels.pm index b9d122f9..0af4d008 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 d113fe99..a6ff6802 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