зеркало из https://github.com/github/ruby.git
Fixed a typo in an exception class name
This commit is contained in:
Родитель
5f18635a80
Коммит
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
|
||||
|
|
Загрузка…
Ссылка в новой задаче