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 /bin | |
parent | c5f2bbaf829d35c65ccab8ef8d209646b552c4da (diff) | |
download | ruby-f63aae063aa55991db755c2bd98f027b5e434939.tar.gz |
* 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
Diffstat (limited to 'bin')
-rw-r--r-- | bin/irb | 2 | ||||
-rwxr-xr-x | bin/ri | 2 |
2 files changed, 2 insertions, 2 deletions
@@ -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 |