]> source.dussan.org Git - redmine.git/commitdiff
fix typos of source comments at WikiContent model
authorToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 6 Apr 2014 14:14:40 +0000 (14:14 +0000)
committerToshi MARUYAMA <marutosijp2@yahoo.co.jp>
Sun, 6 Apr 2014 14:14:40 +0000 (14:14 +0000)
git-svn-id: http://svn.redmine.org/redmine/trunk@13058 e93f8b46-1217-0410-a6f0-8f06a7374b81

app/models/wiki_content.rb

index 7ed19f234831b6b24caae289b612a3db3f763bcb..415ba9acafe7e4dc81f6c4514dd616a1ba2b8506 100644 (file)
@@ -40,7 +40,7 @@ class WikiContent < ActiveRecord::Base
     page.nil? ? [] : page.attachments
   end
 
-  # Returns the mail adresses of users that should be notified
+  # Returns the mail addresses of users that should be notified
   def recipients
     notified = project.notified_users
     notified.reject! {|user| !visible?(user)}