diff options
| author | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-04 09:37:38 +0000 |
|---|---|---|
| committer | matz <matz@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2008-06-04 09:37:38 +0000 |
| commit | f12e1bb3fa605f99201e02b80752725839e12e1a (patch) | |
| tree | dcaf4183b65972648531083adbd167bfd1274d38 /lib/irb | |
| parent | 2e4a24efb251c81855abd25beb6a3ab74ec02ab4 (diff) | |
| download | ruby-f12e1bb3fa605f99201e02b80752725839e12e1a.tar.gz ruby-f12e1bb3fa605f99201e02b80752725839e12e1a.tar.xz ruby-f12e1bb3fa605f99201e02b80752725839e12e1a.zip | |
* lib/rdoc.rb: massive spelling correction patch from Evan Farrar
<evanfarrar at gmail.com> in [ruby-doc:1382] applied.
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@16810 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/irb')
| -rw-r--r-- | lib/irb/extend-command.rb | 2 | ||||
| -rw-r--r-- | lib/irb/help.rb | 2 | ||||
| -rw-r--r-- | lib/irb/notifier.rb | 2 | ||||
| -rw-r--r-- | lib/irb/ruby-lex.rb | 2 | ||||
| -rw-r--r-- | lib/irb/slex.rb | 2 |
5 files changed, 5 insertions, 5 deletions
diff --git a/lib/irb/extend-command.rb b/lib/irb/extend-command.rb index e7097309b..5cfae7ea3 100644 --- a/lib/irb/extend-command.rb +++ b/lib/irb/extend-command.rb @@ -111,7 +111,7 @@ module IRB end end - # aliases = [commans_alias, flag], ... + # aliases = [commands_alias, flag], ... def self.def_extend_command(cmd_name, cmd_class, load_file = nil, *aliases) case cmd_class when Symbol diff --git a/lib/irb/help.rb b/lib/irb/help.rb index f19b1fdd3..01e5878d1 100644 --- a/lib/irb/help.rb +++ b/lib/irb/help.rb @@ -1,5 +1,5 @@ # -# irb/help.rb - print usase module +# irb/help.rb - print usage module # $Release Version: 0.9.5$ # $Revision$ # by Keiju ISHITSUKA(keiju@ishitsuka.com) diff --git a/lib/irb/notifier.rb b/lib/irb/notifier.rb index 18f0028ce..51f10ff39 100644 --- a/lib/irb/notifier.rb +++ b/lib/irb/notifier.rb @@ -1,5 +1,5 @@ # -# notifier.rb - optput methods used by irb +# notifier.rb - output methods used by irb # $Release Version: 0.9.5$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) diff --git a/lib/irb/ruby-lex.rb b/lib/irb/ruby-lex.rb index b66465c4d..2569fd93d 100644 --- a/lib/irb/ruby-lex.rb +++ b/lib/irb/ruby-lex.rb @@ -1,5 +1,5 @@ # -# irb/ruby-lex.rb - ruby lexcal analizer +# irb/ruby-lex.rb - ruby lexcal analyzer # $Release Version: 0.9.5$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) diff --git a/lib/irb/slex.rb b/lib/irb/slex.rb index 1fdcd86b4..c8b40c687 100644 --- a/lib/irb/slex.rb +++ b/lib/irb/slex.rb @@ -1,5 +1,5 @@ # -# irb/slex.rb - symple lex analizer +# irb/slex.rb - simple lex analyzer # $Release Version: 0.9.5$ # $Revision$ # by Keiju ISHITSUKA(keiju@ruby-lang.org) |
