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 -r1.17 -r1.18 --- openacs-4/packages/notifications/tcl/notification-procs.tcl 27 Oct 2014 16:41:50 -0000 1.17 +++ openacs-4/packages/notifications/tcl/notification-procs.tcl 7 Aug 2017 23:48:13 -0000 1.18 @@ -113,7 +113,7 @@ This is useful in two situations. One is when you have multiple notification types that cover the same event, for example notification for an entire forum, and for a single thread within that forum. - In this situation, you typically want people to recieve only one notification per event (per delivery + In this situation, you typically want people to receive only one notification per event (per delivery method and interval). The 'already_notified' and 'return_notified' switches help you do this.

@@ -367,3 +367,9 @@ db_dml insert_notification_user_map {} } } + +# Local variables: +# mode: tcl +# tcl-indent-level: 4 +# indent-tabs-mode: nil +# End: