Skip to content

Commit

Permalink
Fixed a typo in an exception class name
Browse files Browse the repository at this point in the history
  • Loading branch information
nobu committed Dec 23, 2019
1 parent 5f18635 commit 5de284e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tool/mk_builtin_loader.rb
Expand Up @@ -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
Expand Down

0 comments on commit 5de284e

Please sign in to comment.