1
0
Fork 0
mirror of https://github.com/ruby/ruby.git synced 2022-11-09 12:17:21 -05:00

Fix typos (Doug Kearns)

git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/branches/ruby_1_8@5779 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
dave 2004-02-19 03:23:51 +00:00
parent 548a8f7fc6
commit 298e6a3488

View file

@ -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