Index: openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl,v diff -u -N -r1.30.2.4 -r1.30.2.5 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 28 Jul 2020 11:08:53 -0000 1.30.2.4 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 4 Aug 2020 09:35:16 -0000 1.30.2.5 @@ -68,7 +68,7 @@ -username:required -password:required } { - Builds BASIC authentication header for a HTTP request + Builds BASIC authentication header for an HTTP request @param headers ns_set of request headers that will be populated with auth header. If not specified, a new ns_set will be created. Existing header @@ -308,7 +308,7 @@ } { Helper proc to get encoding based on content_type (From xotcl/tcl/http-client-procs) } { - # In the following, I realize a IANA/MIME charset resolution + # In the following, I realize an IANA/MIME charset resolution # scheme which is compliant with RFC 3023 which deals with # treating XML media types properly. #