ruby-changes:11531
From: matz <ko1@a...>
Date: Thu, 9 Apr 2009 11:11:48 +0900 (JST)
Subject: [ruby-changes:11531] Ruby:r23161 (ruby_1_8): * ext/nkf/nkf.c: RDoc typo fixed.
matz 2009-04-09 11:11:38 +0900 (Thu, 09 Apr 2009) New Revision: 23161 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=rev&revision=23161 Log: * ext/nkf/nkf.c: RDoc typo fixed. [ruby-core:23170] Modified files: branches/ruby_1_8/ChangeLog branches/ruby_1_8/ext/nkf/nkf.c Index: ruby_1_8/ext/nkf/nkf.c =================================================================== --- ruby_1_8/ext/nkf/nkf.c (revision 23160) +++ ruby_1_8/ext/nkf/nkf.c (revision 23161) @@ -365,7 +365,7 @@ * * == Description * - * This is a Ruby Extension version of nkf (Netowrk Kanji Filter). + * This is a Ruby Extension version of nkf (Network Kanji Filter). * It converts the first argument and return converted result. Conversion * details are specified by flags as the first argument. * Index: ruby_1_8/ChangeLog =================================================================== --- ruby_1_8/ChangeLog (revision 23160) +++ ruby_1_8/ChangeLog (revision 23161) @@ -1,3 +1,7 @@ +Thu Apr 9 11:11:10 2009 Yukihiro Matsumoto <matz@r...> + + * ext/nkf/nkf.c: RDoc typo fixed. [ruby-core:23170] + Wed Apr 8 13:57:56 2009 Nobuyoshi Nakada <nobu@r...> * lib/mkmf.rb (Logging.postpone): copy postponed output always. -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/