From: Toshi MARUYAMA Date: Sun, 6 Apr 2014 14:14:40 +0000 (+0000) Subject: fix typos of source comments at WikiContent model X-Git-Tag: 2.6.0~220 X-Git-Url: https://source.dussan.org/?a=commitdiff_plain;h=3e89c2ff3e239f93de5dad45fd180eb2b706220c;p=redmine.git fix typos of source comments at WikiContent model git-svn-id: http://svn.redmine.org/redmine/trunk@13058 e93f8b46-1217-0410-a6f0-8f06a7374b81 --- diff --git a/app/models/wiki_content.rb b/app/models/wiki_content.rb index 7ed19f234..415ba9aca 100644 --- a/app/models/wiki_content.rb +++ b/app/models/wiki_content.rb @@ -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)}