[前][次][番号順一覧][スレッド一覧]

ruby-changes:40653

From: hsbt <ko1@a...>
Date: Tue, 24 Nov 2015 10:00:26 +0900 (JST)
Subject: [ruby-changes:40653] hsbt:r52732 (trunk): * lib/rubygems/installer.rb: Fix two double-word typos.

hsbt	2015-11-24 10:00:15 +0900 (Tue, 24 Nov 2015)

  New Revision: 52732

  http://svn.ruby-lang.org/cgi-bin/viewvc.cgi?view=revision&revision=52732

  Log:
    * lib/rubygems/installer.rb: Fix two double-word typos.
      [ci skip][fix GH-1108] Patch by @jwworth

  Modified files:
    trunk/ChangeLog
    trunk/lib/rubygems/installer.rb
Index: ChangeLog
===================================================================
--- ChangeLog	(revision 52731)
+++ ChangeLog	(revision 52732)
@@ -1,3 +1,8 @@ https://github.com/ruby/ruby/blob/trunk/ChangeLog#L1
+Tue Nov 24 10:00:10 2015  SHIBATA Hiroshi  <hsbt@r...>
+
+	* 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  <kallisti5@u...>
 
 	* beos: Drop support for BeOS now that Haiku is stable.
Index: lib/rubygems/installer.rb
===================================================================
--- lib/rubygems/installer.rb	(revision 52731)
+++ lib/rubygems/installer.rb	(revision 52732)
@@ -391,7 +391,7 @@ class Gem::Installer https://github.com/ruby/ruby/blob/trunk/lib/rubygems/installer.rb#L391
   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 https://github.com/ruby/ruby/blob/trunk/lib/rubygems/installer.rb#L399
   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

--
ML: ruby-changes@q...
Info: http://www.atdot.net/~ko1/quickml/

[前][次][番号順一覧][スレッド一覧]