From ec29831b48fab866ee0cf24fb1ff64bc1077219f Mon Sep 17 00:00:00 2001 From: Jordan Brough Date: Sat, 22 Nov 2008 14:04:45 -0700 Subject: [PATCH] Wording fix in comment --- railties/lib/rails/plugin/locator.rb | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/railties/lib/rails/plugin/locator.rb b/railties/lib/rails/plugin/locator.rb index 678b295..a6fc388 100644 --- a/railties/lib/rails/plugin/locator.rb +++ b/railties/lib/rails/plugin/locator.rb @@ -30,7 +30,7 @@ module Rails end # The Rails::Plugin::FileSystemLocator will try to locate plugins by examining the directories - # the the paths given in configuration.plugin_paths. Any plugins that can be found are returned + # in the paths given in configuration.plugin_paths. Any plugins that can be found are returned # in a list. # # The criteria for a valid plugin in this case is found in Rails::Plugin#valid?, although -- 1.6.0.1