ruby-changes:59394
From: Nobuyoshi <ko1@a...>
Date: Mon, 23 Dec 2019 11:03:08 +0900 (JST)
Subject: [ruby-changes:59394] 5de284ec78 (master): Fixed a typo in an exception class name
https://git.ruby-lang.org/ruby.git/commit/?id=5de284ec78 From 5de284ec78220e75643f89b454ce999da0c1c195 Mon Sep 17 00:00:00 2001 From: Nobuyoshi Nakada <nobu@r...> Date: Mon, 23 Dec 2019 10:37:30 +0900 Subject: Fixed a typo in an exception class name diff --git a/tool/mk_builtin_loader.rb b/tool/mk_builtin_loader.rb index b7d7c17..dcd4b93 100644 --- a/tool/mk_builtin_loader.rb +++ b/tool/mk_builtin_loader.rb @@ -117,7 +117,7 @@ def mk_builtin_header file https://github.com/ruby/ruby/blob/trunk/tool/mk_builtin_loader.rb#L117 begin f = open(ofile, 'w') - rescue Errno::EACCESS + rescue Errno::EACCES # Fall back to the current directory f = open(File.basename(ofile), 'w') end -- cgit v0.10.2 -- ML: ruby-changes@q... Info: http://www.atdot.net/~ko1/quickml/