From: Gisle Aas Date: Tue, 6 Dec 2005 16:42:31 +0000 (+0000) Subject: Fix typo spotted by Ronald J Kimball. X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=29d14c727b109ef9b5e0b911814371d62839c7ba;p=p5sagit%2Fp5-mst-13.2.git Fix typo spotted by Ronald J Kimball. p4raw-id: //depot/perl@26279 --- diff --git a/ext/Sys/Syslog/Syslog.pm b/ext/Sys/Syslog/Syslog.pm index d275c0e..29bf04c 100644 --- a/ext/Sys/Syslog/Syslog.pm +++ b/ext/Sys/Syslog/Syslog.pm @@ -79,7 +79,7 @@ that ends in a ":". Note that Sys::Syslog version v0.07 and older passed the $message as the formatting string to sprintf() even when no formatting arguments -where provided. If the code calling syslog() might execute with older +were provided. If the code calling syslog() might execute with older versions of this module, make sure to call the function as syslog($priority, "%s", $message) instead of syslog($priority, $message). This protects against hostile formatting sequences that