From 9952139011c0e8a28e29c7d9f65edf5912a334fb Mon Sep 17 00:00:00 2001 From: ktsj Date: Sun, 11 Dec 2011 02:44:04 +0000 Subject: * ext/syslog/syslog.c: fix a typo. [ruby-core:41585] [Bug #5740] git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@34009 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 4 ++++ ext/syslog/syslog.c | 2 +- 2 files changed, 5 insertions(+), 1 deletion(-) diff --git a/ChangeLog b/ChangeLog index beeede5995..bbb0b7f787 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +Sun Dec 11 11:42:10 2011 Kazuki Tsujimoto + + * ext/syslog/syslog.c: fix a typo. [ruby-core:41585] [Bug #5740] + Sun Dec 11 10:48:16 2011 Nobuyoshi Nakada * error.c (exit_initialize): deal with true and false as well as diff --git a/ext/syslog/syslog.c b/ext/syslog/syslog.c index f7d622ef34..02f36aaf25 100644 --- a/ext/syslog/syslog.c +++ b/ext/syslog/syslog.c @@ -111,7 +111,7 @@ static VALUE mSyslog_close(VALUE self) * LOG_KERN:: A kernel message (not sendable by user processes, so not of * much use to Ruby, but listed here for completeness). * - * LOG_LRP:: Line printer subsystem. + * LOG_LPR:: Line printer subsystem. * * LOG_MAIL:: Mail delivery or transport subsystem. * -- cgit v1.2.3