From ba516bc317c650631c258948dc2b67513a4c0947 Mon Sep 17 00:00:00 2001 From: hsbt Date: Tue, 24 Nov 2015 01:00:15 +0000 Subject: * lib/rubygems/installer.rb: Fix two double-word typos. [ci skip][fix GH-1108] Patch by @jwworth git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@52732 b2dd03c8-39d4-4d8f-98ff-823fe69b080e --- ChangeLog | 5 +++++ lib/rubygems/installer.rb | 4 ++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 970d1523a5..819565419d 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +Tue Nov 24 10:00:10 2015 SHIBATA Hiroshi + + * lib/rubygems/installer.rb: Fix two double-word typos. + [ci skip][fix GH-1108] Patch by @jwworth + Tue Nov 24 09:17:02 2015 Alexander von Gluck IV * beos: Drop support for BeOS now that Haiku is stable. diff --git a/lib/rubygems/installer.rb b/lib/rubygems/installer.rb index efaea83187..69590c39d8 100644 --- a/lib/rubygems/installer.rb +++ b/lib/rubygems/installer.rb @@ -391,7 +391,7 @@ class Gem::Installer end ## - # The location of of the spec file that is installed. + # The location of the spec file that is installed. # def spec_file @@ -399,7 +399,7 @@ class Gem::Installer end ## - # The location of of the default spec file for default gems. + # The location of the default spec file for default gems. # def default_spec_file -- cgit v1.2.3