Index: openacs-4/packages/acs-mail-lite/tcl/incoming-mail-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-mail-lite/tcl/Attic/incoming-mail-procs.tcl,v diff -u -N -r1.7.2.3 -r1.7.2.4 --- openacs-4/packages/acs-mail-lite/tcl/incoming-mail-procs.tcl 27 Mar 2017 10:51:27 -0000 1.7.2.3 +++ openacs-4/packages/acs-mail-lite/tcl/incoming-mail-procs.tcl 21 Apr 2017 16:11:28 -0000 1.7.2.4 @@ -134,7 +134,7 @@ } { An email is splitted into several parts: headers, bodies and files lists and all headers directly. - The headers consists of a list with header names as keys and their correponding values. All keys are lower case. + The headers consists of a list with header names as keys and their corresponding values. All keys are lower case. The bodies consists of a list with two elements: content-type and content. The files consists of a list with three elements: content-type, filename and content.