Index: openacs-4/packages/contacts/lib/email.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/contacts/lib/email.tcl,v diff -u -N -r1.38 -r1.39 --- openacs-4/packages/contacts/lib/email.tcl 27 Mar 2018 17:08:50 -0000 1.38 +++ openacs-4/packages/contacts/lib/email.tcl 5 Apr 2018 14:44:08 -0000 1.39 @@ -246,7 +246,7 @@ # We get the attribute_id of the salutation attribute set attribute_id [attribute::id -object_type "person" -attribute_name "salutation"] - # List to store know wich emails recieved the message + # List to store know wich emails received the message set recipients_addr [list] set from [ad_conn user_id]