mirror of
https://github.com/ruby/ruby.git
synced 2026-01-27 04:24:23 +00:00
Fixed a typo in an exception class name
This commit is contained in:
parent
5f18635a80
commit
5de284ec78
@ -117,7 +117,7 @@ def mk_builtin_header file
|
||||
|
||||
begin
|
||||
f = open(ofile, 'w')
|
||||
rescue Errno::EACCESS
|
||||
rescue Errno::EACCES
|
||||
# Fall back to the current directory
|
||||
f = open(File.basename(ofile), 'w')
|
||||
end
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user