Index: openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl,v diff -u -r1.19.2.1 -r1.19.2.2 --- openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 10 Sep 2015 08:21:56 -0000 1.19.2.1 +++ openacs-4/packages/acs-tcl/tcl/html-email-procs.tcl 21 Apr 2017 14:22:45 -0000 1.19.2.2 @@ -57,7 +57,7 @@ # have to hijack the process a bit. set mime_body [mime::buildmessage $multi_part] # mime-encode the periods at the beginning of a line in the - # message text or they are lost. Most noticable when the line + # message text or they are lost. Most noticeable when the line # is broken within a URL regsub {^\.} $mime_body {=2E} mime_body # the first three lines of the message are special; we need to grab