summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-02 16:33:24 +0000
committerkazu <kazu@b2dd03c8-39d4-4d8f-98ff-823fe69b080e>2013-03-02 16:33:24 +0000
commitda56b059bc5aa7ca665eeea7419964d106051e48 (patch)
tree8aa77e0d4b411e5cd3c1e41267cc4734eb95adec /lib
parent59e66b101f88734863043f97f36c90a2effc55ab (diff)
fix typos in r39560
git-svn-id: svn+ssh://ci.ruby-lang.org/ruby/trunk@39562 b2dd03c8-39d4-4d8f-98ff-823fe69b080e
Diffstat (limited to 'lib')
-rw-r--r--lib/rubygems/ext/ext_conf_builder.rb4
1 files changed, 2 insertions, 2 deletions
diff --git a/lib/rubygems/ext/ext_conf_builder.rb b/lib/rubygems/ext/ext_conf_builder.rb
index f3fc5d8e30..67f1e08a8c 100644
--- a/lib/rubygems/ext/ext_conf_builder.rb
+++ b/lib/rubygems/ext/ext_conf_builder.rb
@@ -11,7 +11,7 @@ require 'tempfile'
class Gem::Ext::ExtConfBuilder < Gem::Ext::Builder
- def self.hack_for_obsolete_sytle_gems(directory)
+ def self.hack_for_obsolete_style_gems(directory)
return unless directory and File.identical?(directory, ".")
mf = Gem.read_binary 'Makefile'
changed = false
@@ -40,7 +40,7 @@ class Gem::Ext::ExtConfBuilder < Gem::Ext::Builder
run cmd, results
- hack_for_obsolete_sytle_gems directory
+ hack_for_obsolete_style_gems directory
make dest_path, results