aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/plugin.rb
diff options
context:
space:
mode:
authorrick <technoweenie@gmail.com>2008-05-31 16:46:47 -0700
committerrick <technoweenie@gmail.com>2008-05-31 16:46:47 -0700
commita6e79083273dfb1a62aa8ff02db07454c65729ff (patch)
tree6224b6c321c7de47d6668e8a9c2385901f6164fc /railties/lib/rails/plugin.rb
parent224c8e6afb464a4b04621189963ec03d1d3487d0 (diff)
downloadrails-a6e79083273dfb1a62aa8ff02db07454c65729ff.tar.gz
rails-a6e79083273dfb1a62aa8ff02db07454c65729ff.tar.bz2
rails-a6e79083273dfb1a62aa8ff02db07454c65729ff.zip
fix doc typos
Diffstat (limited to 'railties/lib/rails/plugin.rb')
-rw-r--r--railties/lib/rails/plugin.rb3
1 files changed, 1 insertions, 2 deletions
diff --git a/railties/lib/rails/plugin.rb b/railties/lib/rails/plugin.rb
index fdaec34c59..256f4b0132 100644
--- a/railties/lib/rails/plugin.rb
+++ b/railties/lib/rails/plugin.rb
@@ -99,10 +99,9 @@ module Rails
end
# This Plugin subclass represents a Gem plugin. Although RubyGems has already
- # taken care of $LOAD_PATH's, it have to expose its load_path's to add them
+ # taken care of $LOAD_PATHs, it exposes its load_paths to add them
# to Dependencies.load_paths.
class GemPlugin < Plugin
-
# Initialize this plugin from a Gem::Specification.
def initialize(spec)
super(File.join(spec.full_gem_path))