tool/ruby_vm/scripts/insns2vm.rb: fix typo in r62064
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@63108 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
This commit is contained in:
parent
edfd063295
commit
5506e9b174
@ -80,7 +80,7 @@ module RubyVM::Insns2VM
|
||||
THIS IS THE ONLY OPTION THAT WORKS today. Change destination
|
||||
directory from the current working directory to the given path.
|
||||
begin
|
||||
raise "directory was not found in '#{dir}'" unless Dir.eixst?(dir)
|
||||
raise "directory was not found in '#{dir}'" unless Dir.exist?(dir)
|
||||
options[:destdir] = dir
|
||||
end
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user