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 -r1.20 -r1.21 --- openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl 1 Dec 2008 21:12:31 -0000 1.20 +++ openacs-4/packages/xotcl-core/tcl/http-client-procs.tcl 23 Dec 2008 11:33:47 -0000 1.21 @@ -32,7 +32,7 @@ # about the requests, such as e.g. status_code or # data (the response body from the server). For details # look into the output of [$r serialize]. The result - # object in $r is automatically deleted at cleanup of + # object $r is automatically deleted at cleanup of # a connection thread. # # Example of a POST request with a form with var1 and var2