diff options
author | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-19 03:23:51 +0000 |
---|---|---|
committer | dave <dave@b2dd03c8-39d4-4d8f-98ff-823fe69b080e> | 2004-02-19 03:23:51 +0000 |
commit | 12900be7dfa346dc18e13aeb5a1e562cbb7aa664 (patch) | |
tree | d1a2f12737c85090b06573455bced98c4f29489f /lib/rdoc/ri | |
parent | c73c48c8b72e001b66500557fb870eb8a577eda4 (diff) | |
download | ruby-12900be7dfa346dc18e13aeb5a1e562cbb7aa664.tar.gz ruby-12900be7dfa346dc18e13aeb5a1e562cbb7aa664.tar.xz ruby-12900be7dfa346dc18e13aeb5a1e562cbb7aa664.zip |
Fix typos (Doug Kearns)
git-svn-id: http://svn.ruby-lang.org/repos/ruby/trunk@5779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib/rdoc/ri')
-rw-r--r-- | lib/rdoc/ri/ri_options.rb | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rdoc/ri/ri_options.rb b/lib/rdoc/ri/ri_options.rb index 0e720a9c6..8aec57e9a 100644 --- a/lib/rdoc/ri/ri_options.rb +++ b/lib/rdoc/ri/ri_options.rb @@ -120,7 +120,7 @@ module RI ri zip Note that shell quoting may be required for method names - containing puncuation: + containing punctuation: ri 'Array.[]' ri compact\\! @@ -150,7 +150,7 @@ module RI end puts end - puts "Options may also be passed in the 'RI' environment varaible" + puts "Options may also be passed in the 'RI' environment variable" exit 0 end end |