mirror of
https://github.com/ruby/ruby.git
synced 2022-11-09 12:17:21 -05:00
Fixed a typo in an exception class name
This commit is contained in:
parent
5f18635a80
commit
5de284ec78
1 changed files with 1 additions and 1 deletions
|
@ -117,7 +117,7 @@ def mk_builtin_header file
|
||||||
|
|
||||||
begin
|
begin
|
||||||
f = open(ofile, 'w')
|
f = open(ofile, 'w')
|
||||||
rescue Errno::EACCESS
|
rescue Errno::EACCES
|
||||||
# Fall back to the current directory
|
# Fall back to the current directory
|
||||||
f = open(File.basename(ofile), 'w')
|
f = open(File.basename(ofile), 'w')
|
||||||
end
|
end
|
||||||
|
|
Loading…
Add table
Reference in a new issue