From a6e79083273dfb1a62aa8ff02db07454c65729ff Mon Sep 17 00:00:00 2001 From: rick Date: Sat, 31 May 2008 16:46:47 -0700 Subject: fix doc typos --- railties/lib/rails/plugin.rb | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'railties/lib') 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)) -- cgit v1.2.3