aboutsummaryrefslogtreecommitdiff
path: root/lib/mauve/notification.rb
diff options
context:
space:
mode:
Diffstat (limited to 'lib/mauve/notification.rb')
-rw-r--r--lib/mauve/notification.rb5
1 files changed, 2 insertions, 3 deletions
diff --git a/lib/mauve/notification.rb b/lib/mauve/notification.rb
index 02bf6fd..089180b 100644
--- a/lib/mauve/notification.rb
+++ b/lib/mauve/notification.rb
@@ -119,7 +119,6 @@ module Mauve
end
def logger ; Log4r::Logger.new self.class.to_s ; end
-
# Updated code, now takes account of lists of people.
#
@@ -142,10 +141,10 @@ module Mauve
return
end
- # Should we notificy at all?
+ # Should we notify at all?
is_relevant = DuringRunner.new(MauveTime.now, alert, &during).now?
- to_notify = people.collect do |person|
+ people.collect do |person|
case person
when Person
person