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.9 -r1.40.2.10 --- openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl 30 May 2023 10:01:46 -0000 1.40.2.9 +++ openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl 5 Apr 2024 08:49:17 -0000 1.40.2.10 @@ -77,7 +77,7 @@ # # Provided that the Tcl module tls (see e.g. http://tls.sourceforge.net/) # is available and can be loaded via "package require tls" into - # the aolserver, you can use both TLS/SSL secured or unsecured requests + # the AOLserver, you can use both TLS/SSL secured or insecured requests # in the synchronous/ asynchronous mode by using an # https url. # @@ -89,7 +89,7 @@ # # AsyncHttpRequest is a subclass for HttpCore implementing # asynchronous HTTP requests without vwait (vwait causes - # stalls on aolserver). AsyncHttpRequest requires to provide a listener + # stalls on AOLserver). AsyncHttpRequest requires to provide a listener # or callback object that will be notified upon success or failure of # the request. #