Front page | perl.perl5.porters |
Postings from January 2011
[perl #81858] [PATCH] Fix typos (spelling errors) in cpan/Sys-Syslog/*.
From:
perlbug-followup
Date:
January 7, 2011 01:57
Subject:
[perl #81858] [PATCH] Fix typos (spelling errors) in cpan/Sys-Syslog/*.
Message ID:
rt-3.6.HEAD-5425-1294384248-1048.81858-75-0@perl.org
# New Ticket Created by (Peter J. Acklam)
# Please include the string: [perl #81858]
# in the subject line of all future correspondence about this issue.
# <URL: http://rt.perl.org/rt3/Ticket/Display.html?id=81858 >
---
cpan/Sys-Syslog/Changes | 6 +++---
cpan/Sys-Syslog/README.win32 | 2 +-
cpan/Sys-Syslog/Syslog.pm | 2 +-
cpan/Sys-Syslog/win32/compile.pl | 2 +-
4 files changed, 6 insertions(+), 6 deletions(-)
diff --git a/cpan/Sys-Syslog/Changes b/cpan/Sys-Syslog/Changes
index 2f6653b..e345aef 100644
--- a/cpan/Sys-Syslog/Changes
+++ b/cpan/Sys-Syslog/Changes
@@ -76,7 +76,7 @@ Revision history for Sys-Syslog
[FEATURE] Each non-standard macro now fall backs to a standard macro.
[CODE] Merged changes from Jerry D. Hedden to use ppport.h only when not
built from core distribution (blead@30657).
- [TESTS] t/syslog.t now generates a more detailled TAP output.
+ [TESTS] t/syslog.t now generates a more detailed TAP output.
[TESTS] Merged change blead@29176: suppress taint mode from t/constants.t
[TESTS] Added regression tests for CPAN-RT#21866 and #25488.
[EG] Added example script eg/syslog.pl
@@ -109,7 +109,7 @@ Revision history for Sys-Syslog
0.15 -- 2006.06.10 -- Sebastien Aperghis-Tramoni (SAPER)
[FEATURE] CPAN-RT#17316: Added a "nofatal" option to openlog().
- [FEATURE] Sys::Syslog warnings can now be controled by the warnings
+ [FEATURE] Sys::Syslog warnings can now be controlled by the warnings
category of the same name.
[FEATURE] Added support for using the native C syslog(3) functions.
[CODE] Removed most "our" variables.
@@ -169,7 +169,7 @@ Revision history for Sys-Syslog
0.09 -- 2005.12.06 -- Sebastien Aperghis-Tramoni (SAPER)
[CODE] Now setlogsock() really croak(), as documented.
[DIST] CPANized from blead@26281.
- [DIST] Modified Makefile.PL so that ExtUtils::Constant is conditionaly
+ [DIST] Modified Makefile.PL so that ExtUtils::Constant is conditionally
used, with a fallback in the case it's not available.
[DIST] Bumped version to 0.09
[DOC] Added support and license information.
diff --git a/cpan/Sys-Syslog/README.win32 b/cpan/Sys-Syslog/README.win32
index adf253a..cecb8dc 100644
--- a/cpan/Sys-Syslog/README.win32
+++ b/cpan/Sys-Syslog/README.win32
@@ -11,7 +11,7 @@ DESCRIPTION
by Sys::Syslog is PerlLog.mc, located in the win32/ subdirectory.
If the message file is updated then you need to go in the win32/
- subdirectory and run the "compile.pl" command to update the relevent
+ subdirectory and run the "compile.pl" command to update the relevant
files. Note that Sys::Syslog::Win32 is built by this process.
The following files are in the win32 directory:
diff --git a/cpan/Sys-Syslog/Syslog.pm b/cpan/Sys-Syslog/Syslog.pm
index 002e6e4..290fe7a 100644
--- a/cpan/Sys-Syslog/Syslog.pm
+++ b/cpan/Sys-Syslog/Syslog.pm
@@ -90,7 +90,7 @@ my $connected = 0; # flag to indicate if we're connected or not
my $syslog_send; # coderef of the function used to send messages
my $syslog_path = undef; # syslog path for "stream" and "unix" mechanisms
my $syslog_xobj = undef; # if defined, holds the external object used to send messages
-my $transmit_ok = 0; # flag to indicate if the last message was transmited
+my $transmit_ok = 0; # flag to indicate if the last message was transmitted
my $sock_timeout = 0; # socket timeout, see below
my $current_proto = undef; # current mechanism used to transmit messages
my $ident = ''; # identifiant prepended to each message
diff --git a/cpan/Sys-Syslog/win32/compile.pl b/cpan/Sys-Syslog/win32/compile.pl
index 8502309..3c38691 100644
--- a/cpan/Sys-Syslog/win32/compile.pl
+++ b/cpan/Sys-Syslog/win32/compile.pl
@@ -83,7 +83,7 @@ $template =~ s/__MAX__/'$max'/g;
$template =~ s/__TIME__/localtime()/ge;
print $out $template;
close $out;
-print "Updated Win32.pm and relevent message files\n";
+print "Updated Win32.pm and relevant message files\n";
__END__
package Sys::Syslog::Win32;
--
1.7.3.3
-
[perl #81858] [PATCH] Fix typos (spelling errors) in cpan/Sys-Syslog/*.
by perlbug-followup