Index: openacs-4/packages/mail-tracking/tcl/mail-tracking-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/mail-tracking/tcl/mail-tracking-procs.tcl,v diff -u -r1.8 -r1.9 --- openacs-4/packages/mail-tracking/tcl/mail-tracking-procs.tcl 24 Dec 2006 11:12:24 -0000 1.8 +++ openacs-4/packages/mail-tracking/tcl/mail-tracking-procs.tcl 5 Apr 2018 14:44:09 -0000 1.9 @@ -48,9 +48,9 @@ @param recipient_ids List of party_ids of recipients @param cc_ids List of party_ids for recipients in the "CC" field @param bcc_ids List of party_ids for recipients in the "BCC" field - @param to_addr List of email addresses seperated by "," who recieved the email in the "to" field but got no party_id - @param cc_addr List of email addresses seperated by "," who recieved the email in the "cc" field but got no party_id - @param bcc_addr List of email addresses seperated by "," who recieved the email in the "bcc" field but got no party_id + @param to_addr List of email addresses seperated by "," who received the email in the "to" field but got no party_id + @param cc_addr List of email addresses seperated by "," who received the email in the "cc" field but got no party_id + @param bcc_addr List of email addresses seperated by "," who received the email in the "bcc" field but got no party_id @param body Text of the message @param message_id Message_id of the email @param subject Subject of the email