From f63aae063aa55991db755c2bd98f027b5e434939 Mon Sep 17 00:00:00 2001 From: matz Date: Wed, 3 Oct 2007 14:39:54 +0000 Subject: * ext/nkf/nkf.c, bin/ri, bin/irb: fixed typos in doc and comments. a patch from Eugene Ossintsev . git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@13609 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- bin/irb | 2 +- bin/ri | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'bin') diff --git a/bin/irb b/bin/irb index f277bc4b69..c833aa866a 100644 --- a/bin/irb +++ b/bin/irb @@ -1,6 +1,6 @@ #!/usr/bin/env ruby # -# irb.rb - intaractive ruby +# irb.rb - interactive ruby # $Release Version: 0.9.5 $ # $Revision$ # $Date$ diff --git a/bin/ri b/bin/ri index fb3e00eda3..ae793f6962 100755 --- a/bin/ri +++ b/bin/ri @@ -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 -- cgit v1.2.3