fix typos of source comments at acts_as_event.rb

git-svn-id: http://svn.redmine.org/redmine/trunk@13059 e93f8b46-1217-0410-a6f0-8f06a7374b81
This commit is contained in:
Toshi MARUYAMA 2014-04-06 14:14:55 +00:00
parent 3e89c2ff3e
commit 82de347dfd
1 changed files with 1 additions and 1 deletions

View File

@ -81,7 +81,7 @@ module Redmine
end
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)}