]> source.dussan.org Git - redmine.git/commitdiff
fix comment typo at lib/redmine/plugin.rb.
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 11 Aug 2011 02:40:08 +0000 (02:40 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Thu, 11 Aug 2011 02:40:08 +0000 (02:40 +0000)
git-svn-id: svn+ssh://rubyforge.org/var/svn/redmine/trunk@6416 e93f8b46-1217-0410-a6f0-8f06a7374b81

lib/redmine/plugin.rb

index e4066a105baf2b9553f622a1a0d338bf63395dd1..876a35b73210f41bc7f848bfda8752fb5aeff5c8 100644 (file)
@@ -72,12 +72,12 @@ module Redmine #:nodoc:
       ::I18n.load_path += Dir.glob(File.join(Rails.root, 'vendor', 'plugins', id.to_s, 'config', 'locales', '*.yml'))
       registered_plugins[id] = p
     end
-    
-    # Returns an array off all registered plugins
+
+    # Returns an array of all registered plugins
     def self.all
       registered_plugins.values.sort
     end
-    
+
     # Finds a plugin by its id
     # Returns a PluginNotFound exception if the plugin doesn't exist
     def self.find(id)