GitHub Sale: sign up for any paid plan this week and pay nothing until January 1, 2009!  [ hide ]

public
Description: Ruby on Rails
Homepage: http://rubyonrails.org
Clone URL: git://github.com/rails/rails.git
fix doc typos
technoweenie (author)
Sat May 31 16:46:47 -0700 2008
commit  a6e79083273dfb1a62aa8ff02db07454c65729ff
tree    6224b6c321c7de47d6668e8a9c2385901f6164fc
parent  224c8e6afb464a4b04621189963ec03d1d3487d0
...
99
100
101
102
 
103
104
105
106
107
108
...
99
100
101
 
102
103
104
 
105
106
107
0
@@ -99,10 +99,9 @@ module Rails
0
   end
0
 
0
   # This Plugin subclass represents a Gem plugin. Although RubyGems has already
0
- # taken care of $LOAD_PATH's, it have to expose its load_path's to add them
0
+ # taken care of $LOAD_PATHs, it exposes its load_paths to add them
0
   # to Dependencies.load_paths.
0
   class GemPlugin < Plugin
0
-
0
     # Initialize this plugin from a Gem::Specification.
0
     def initialize(spec)
0
       super(File.join(spec.full_gem_path))

Comments

    No one has commented yet.