[前][次][番号順一覧][スレッド一覧]

ruby-changes:21960

From: ktsj <ko1@a...>
Date: Sun, 11 Dec 2011 11:44:30 +0900 (JST)
Subject: [ruby-changes:21960] ktsj:r34009 (trunk): * ext/syslog/syslog.c: fix a typo. [Bug #5740]

ktsj	2011-12-11 11:44:04 +0900 (Sun, 11 Dec 2011)

  New Revision: 34009

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=34009

  Log:
    * ext/syslog/syslog.c: fix a typo. [ruby-core:41585] [Bug #5740]

  Modified files:
    trunk/ChangeLog
    trunk/ext/syslog/syslog.c

Index: ChangeLog
===================================================================
--- ChangeLog	(revision 34008)
+++ ChangeLog	(revision 34009)
@@ -1,3 +1,7 @@
+Sun Dec 11 11:42:10 2011  Kazuki Tsujimoto  <kazuki@c...>
+
+	* ext/syslog/syslog.c: fix a typo. [ruby-core:41585] [Bug #5740]
+
 Sun Dec 11 10:48:16 2011  Nobuyoshi Nakada  <nobu@r...>
 
 	* error.c (exit_initialize): deal with true and false as well as
Index: ext/syslog/syslog.c
===================================================================
--- ext/syslog/syslog.c	(revision 34008)
+++ ext/syslog/syslog.c	(revision 34009)
@@ -111,7 +111,7 @@
  * 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.
  *

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]