summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-24 01:00:15 +0000
committerhsbt <hsbt@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2015-11-24 01:00:15 +0000
commitba516bc317c650631c258948dc2b67513a4c0947 (patch)
treefc0a2a22309a285c11c3a962a1d0f21d70c26046 /lib
parent13a935b0baf3990eed76486e0f47c1d574f2f916 (diff)
* 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
Diffstat (limited to 'lib')
-rw-r--r--lib/rubygems/installer.rb4
1 files changed, 2 insertions, 2 deletions
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