Index: openacs-4/packages/bulk-mail/tcl/bulk-mail-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/bulk-mail/tcl/bulk-mail-procs.tcl,v diff -u -r1.13 -r1.14 --- openacs-4/packages/bulk-mail/tcl/bulk-mail-procs.tcl 7 Aug 2017 23:48:04 -0000 1.13 +++ openacs-4/packages/bulk-mail/tcl/bulk-mail-procs.tcl 25 Mar 2018 22:48:34 -0000 1.14 @@ -192,7 +192,7 @@ # create a list of key, value pairs that will be used to # interpolate the subject and the message. we will search # for strings of the format {column_name} in the subject - # and message and replace them witht the value of that + # and message and replace them with the value of that # column as returned by the query set pairs [list] for {set i 0} {$i < [ns_set size $recipient]} {incr i} {