Index: openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl,v diff -u -N -r1.40.2.5 -r1.40.2.6 --- openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl 2 Jul 2020 08:31:17 -0000 1.40.2.5 +++ openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl 6 Aug 2020 12:57:37 -0000 1.40.2.6 @@ -197,8 +197,8 @@ set trl [expr {[string match "text/*" $content_type] ? $text_translation : "binary"}] # - # 3. In the following, I realize a IANA/MIME charset resolution - # scheme which is compliant with RFC 3023 which deals with + # 3. In the following, an IANA/MIME charset resolution scheme is + # implemented which is compliant with RFC 3023 which deals with # treating XML media types properly. # # see http://tools.ietf.org/html/rfc3023