Skip to content

Commit

Permalink
[Perl-RT #81858] Fix some spelling errors (Peter J. Acklam).
Browse files Browse the repository at this point in the history
  • Loading branch information
maddingue committed Aug 18, 2012
1 parent 340f60b commit 01661ec
Show file tree
Hide file tree
Showing 4 changed files with 8 additions and 6 deletions.
8 changes: 5 additions & 3 deletions Changes
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
Revision history for Sys-Syslog

[DOC] Perl-RT#81858: Fix some spelling errors (Peter J. Acklam).

0.31 -- 2012.08.18 -- Sebastien Aperghis-Tramoni (SAPER)
[BUGFIX] Level 'emerg' could not be used since v0.29.
[BUGFIX] Setting a message facility with syslog() was broken since v0.29
Expand Down Expand Up @@ -137,7 +139,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
Expand Down Expand Up @@ -170,7 +172,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.
Expand Down Expand Up @@ -232,7 +234,7 @@ Revision history for Sys-Syslog
(Ronald J. Kimball).
[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.
Expand Down
2 changes: 1 addition & 1 deletion README.win32
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
2 changes: 1 addition & 1 deletion Syslog.pm
Original file line number Diff line number Diff line change
Expand Up @@ -91,7 +91,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_port = undef; # socket port
my $sock_timeout = 0; # socket timeout, see below
my $current_proto = undef; # current mechanism used to transmit messages
Expand Down
2 changes: 1 addition & 1 deletion win32/compile.pl
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@
$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;
Expand Down

0 comments on commit 01661ec

Please sign in to comment.