diff options
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 e7097309bb..5cfae7ea3c 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 f19b1fdd3d..01e5878d18 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([email protected]) diff --git a/lib/irb/notifier.rb b/lib/irb/notifier.rb index 18f0028ce8..51f10ff398 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([email protected]) diff --git a/lib/irb/ruby-lex.rb b/lib/irb/ruby-lex.rb index b66465c4de..2569fd93d5 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([email protected]) diff --git a/lib/irb/slex.rb b/lib/irb/slex.rb index 1fdcd86b43..c8b40c6878 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([email protected]) |