Index: openacs-4/packages/notifications/tcl/notification-email-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/notifications/tcl/notification-email-procs.tcl,v diff -u -r1.47 -r1.47.2.1 --- openacs-4/packages/notifications/tcl/notification-email-procs.tcl 1 Nov 2018 12:28:56 -0000 1.47 +++ openacs-4/packages/notifications/tcl/notification-email-procs.tcl 9 Aug 2019 20:19:04 -0000 1.47.2.1 @@ -247,7 +247,7 @@ foreach msg $messages { ns_log Debug "load_qmail_mail_queue: opening file: $msg" if {[catch {set f [open $msg r]} errmsg]} { - # spit out an error message for failure to open and contiue to next message + # spit out an error message for failure to open and continue to next message ns_log Warning "load_qmail_mail_queue: error opening file $errmsg" continue }