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 -r1.16 -r1.17 --- openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 17 May 2018 14:42:03 -0000 1.16 +++ openacs-4/packages/acs-tcl/tcl/http-client-procs.tcl 20 May 2018 11:30:55 -0000 1.17 @@ -231,9 +231,9 @@ ad_proc -private util::http::native_https_api_not_cached { } { - Obtains the right https native API + Obtains the right HTTPS native API } { - # Since NaviServer 4.99.12 ns_http handles also https + # Since NaviServer 4.99.12 ns_http handles also HTTPS if {[apm_version_names_compare \ [ns_info patchlevel] "4.99.12"] >= 0} { return [info commands ns_http] @@ -1003,7 +1003,7 @@ } # - # A redirect from HTTP might point to https, which in turn + # A redirect from HTTP might point to HTTPS, which in turn # might not be configured. So we have to go through # util::http::request again. #