From 7aabdbe837fc58bf95c4633ad9c164440ad93876 Mon Sep 17 00:00:00 2001 From: Kazuhiro NISHIYAMA Date: Tue, 15 Mar 2022 09:41:20 +0900 Subject: [rubygems/rubygems] Fix a typo https://github.com/rubygems/rubygems/commit/3e06a91435 --- lib/rubygems.rb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib') diff --git a/lib/rubygems.rb b/lib/rubygems.rb index 958d941d70..c21a55d3a1 100644 --- a/lib/rubygems.rb +++ b/lib/rubygems.rb @@ -582,7 +582,7 @@ An Array (#{env.inspect}) was passed in from #{caller[3]} ## # The number of paths in the `$LOAD_PATH` from activated gems. Used to - # prioritize `-I` and `ENV['RUBYLIB`]` entries during `require`. + # prioritize `-I` and `ENV['RUBYLIB']` entries during `require`. def self.activated_gem_paths @activated_gem_paths ||= 0 -- cgit v1.2.3