From 2dd66e0d84d034979b38c783a3ac7694e3cd32be Mon Sep 17 00:00:00 2001 From: zzak Date: Thu, 25 Dec 2014 17:15:39 +0000 Subject: [PATCH] Fix typo for LoadError constant git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@49017 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- tool/rbinstall.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tool/rbinstall.rb b/tool/rbinstall.rb index 4a6bae0ce9..db36a2159c 100755 --- a/tool/rbinstall.rb +++ b/tool/rbinstall.rb @@ -711,7 +711,7 @@ end install?(:ext, :comm, :gem) do begin require "zlib" - rescue LoadErroe + rescue LoadError end if defined?(Zlib) require 'pathname'