ruby-changes:2118
From: ko1@a...
Date: 3 Oct 2007 23:40:12 +0900
Subject: [ruby-changes:2118] matz - Ruby:r13609 (trunk): * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments.
matz 2007-10-03 23:39:54 +0900 (Wed, 03 Oct 2007) New Revision: 13609 Modified files: trunk/ChangeLog trunk/bin/irb trunk/bin/ri trunk/ext/nkf/nkf.c Log: * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments. a patch from Eugene Ossintsev <eugoss AT gmail.com>. http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ChangeLog?r1=13609&r2=13608 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bin/ri?r1=13609&r2=13608 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/bin/irb?r1=13609&r2=13608 http://svn.ruby-lang.org/cgi-bin/viewvc.cgi/trunk/ext/nkf/nkf.c?r1=13609&r2=13608 Index: ChangeLog =================================================================== --- ChangeLog (revision 13608) +++ ChangeLog (revision 13609) @@ -1,3 +1,8 @@ +Wed Oct 3 23:37:17 2007 Yukihiro Matsumoto <matz@r...> + + * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments. + a patch from Eugene Ossintsev <eugoss AT gmail.com>. + Wed Oct 3 17:56:22 2007 Koichi Sasada <ko1@a...> * benchmark/driver.rb: enable specify label to executable. Index: ext/nkf/nkf.c =================================================================== --- ext/nkf/nkf.c (revision 13608) +++ ext/nkf/nkf.c (revision 13609) @@ -363,8 +363,8 @@ * * == Description * - * This is a Ruby Extension version of nkf (Netowrk Kanji Filter). - * It converts the first argument and return converted result. Conversion + * This is a Ruby Extension version of nkf (Network Kanji Filter). + * It converts the first argument and returns converted result. Conversion * details are specified by flags as the first argument. * * *Nkf* is a yet another kanji code converter among networks, hosts and terminals. Index: bin/ri =================================================================== --- bin/ri (revision 13608) +++ bin/ri (revision 13609) @@ -7,7 +7,7 @@ # # Class | Class::method | Class#method | Class.method | method # -# All names may be abbreviated to their minimum unbiguous form. If a name +# All names may be abbreviated to their minimum unambiguous form. If a name # _is_ ambiguous, all valid options will be listed. # # The form '.' method matches either class or instance methods, while Index: bin/irb =================================================================== --- bin/irb (revision 13608) +++ bin/irb (revision 13609) @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -# irb.rb - intaractive ruby +# irb.rb - interactive ruby # $Release Version: 0.9.5 $ # $Revision$ # $Date$ -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml