diff options
author | Frederick Cheung <frederick.cheung@gmail.com> | 2008-12-14 16:51:30 +0000 |
---|---|---|
committer | Frederick Cheung <frederick.cheung@gmail.com> | 2008-12-14 16:51:30 +0000 |
commit | f2b69d56e4a68cd265e733b20806394abea7caba (patch) | |
tree | a28d470688d5eecaf95c3bd6eed80f5cd13e131e /railties/lib | |
parent | 539fafc30cd9db96c5c04f7bdaf26e612be5051d (diff) | |
download | rails-f2b69d56e4a68cd265e733b20806394abea7caba.tar.gz rails-f2b69d56e4a68cd265e733b20806394abea7caba.tar.bz2 rails-f2b69d56e4a68cd265e733b20806394abea7caba.zip |
Fix typo
Diffstat (limited to 'railties/lib')
-rw-r--r-- | 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 678b295dc9..a6fc388a8e 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 |