diff options
author | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-04-06 14:14:55 +0000 |
---|---|---|
committer | Toshi MARUYAMA <marutosijp2@yahoo.co.jp> | 2014-04-06 14:14:55 +0000 |
commit | 82de347dfdf0e1c2f7d6e43636c3b0c3e511bcaa (patch) | |
tree | e1137ef0e6e0ca0fb813e935bb3fdceae25c4fc6 | |
parent | 3e89c2ff3e239f93de5dad45fd180eb2b706220c (diff) | |
download | redmine-82de347dfdf0e1c2f7d6e43636c3b0c3e511bcaa.tar.gz redmine-82de347dfdf0e1c2f7d6e43636c3b0c3e511bcaa.zip |
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
-rw-r--r-- | lib/plugins/acts_as_event/lib/acts_as_event.rb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/plugins/acts_as_event/lib/acts_as_event.rb b/lib/plugins/acts_as_event/lib/acts_as_event.rb index b0531128d..d5105e7dd 100644 --- a/lib/plugins/acts_as_event/lib/acts_as_event.rb +++ b/lib/plugins/acts_as_event/lib/acts_as_event.rb @@ -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)} |