Index: openacs-4/packages/contacts/lib/letter.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/letter.tcl,v diff -u -r1.11 -r1.12 --- openacs-4/packages/contacts/lib/letter.tcl 5 Mar 2006 08:34:12 -0000 1.11 +++ openacs-4/packages/contacts/lib/letter.tcl 5 Apr 2018 14:44:08 -0000 1.12 @@ -170,7 +170,7 @@ append letter "\n
[lc_time_fmt $date %q $locale]
" } if { $include_address eq "1" } { - # this work differnt from the contact::employee::get mailing address because that is + # this work different from the contact::employee::get mailing address because that is # in text format, but we need it as html append letter "\n
$name
[contact::message::mailing_address -party_id $party_id -format "text/html"]
" }