diff options
author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-03 14:39:54 +0000 |
---|---|---|
committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2007-10-03 14:39:54 +0000 |
commit | f63aae063aa55991db755c2bd98f027b5e434939 (patch) | |
tree | 3292717aa03de9ad021f5787cc04a5b41fb4f370 | |
parent | c5f2bbaf829d35c65ccab8ef8d209646b552c4da (diff) |
* ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments.
a patch from Eugene Ossintsev <eugoss AT gmail.com>.
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
-rw-r--r-- | ChangeLog | 5 | ||||
-rw-r--r-- | bin/irb | 2 | ||||
-rwxr-xr-x | bin/ri | 2 | ||||
-rw-r--r-- | ext/nkf/nkf.c | 4 |
4 files changed, 9 insertions, 4 deletions
@@ -1,3 +1,8 @@ +Wed Oct 3 23:37:17 2007 Yukihiro Matsumoto <[email protected]> + + * 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 <[email protected]> * benchmark/driver.rb: enable specify label to executable. @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -# irb.rb - intaractive ruby +# irb.rb - interactive ruby # $Release Version: 0.9.5 $ # $Revision$ # $Date$ @@ -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 diff --git a/ext/nkf/nkf.c b/ext/nkf/nkf.c index 1cc582ac1a..460b536bdf 100644 --- a/ext/nkf/nkf.c +++ b/ext/nkf/nkf.c @@ -363,8 +363,8 @@ rb_nkf_guess2(VALUE obj, VALUE src) * * == 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. |