Index: openacs-4/packages/notifications/tcl/notification-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-procs.tcl,v diff -u -N -r1.23.2.1 -r1.23.2.2 --- openacs-4/packages/notifications/tcl/notification-procs.tcl 16 Dec 2019 17:55:12 -0000 1.23.2.1 +++ openacs-4/packages/notifications/tcl/notification-procs.tcl 3 Jul 2020 08:03:18 -0000 1.23.2.2 @@ -178,7 +178,7 @@ set requests_p [notification::request::request_exists -object_id $object_id -type_id $type_id] # We're only going to do anything if there are people who have requests, - # or if we have a non-empty subset and a force flag. + # or if we have a nonempty subset and a force flag. set subset_arg_p [expr {[llength $subset] > 0}] set already_notified_arg_p [expr {[llength $already_notified] > 0}]