Index: openacs-4/packages/acs-automated-testing/tcl/http.tcl =================================================================== RCS file: /usr/local/cvsroot/openacs-4/packages/acs-automated-testing/tcl/http.tcl,v diff -u -N -r1.2.2.4 -r1.2.2.5 --- openacs-4/packages/acs-automated-testing/tcl/http.tcl 20 Oct 2015 08:01:06 -0000 1.2.2.4 +++ openacs-4/packages/acs-automated-testing/tcl/http.tcl 21 Apr 2017 15:43:47 -0000 1.2.2.5 @@ -587,7 +587,7 @@ # get trying to write the post data. Having both fileevents active # changes the timing and the behavior, but no two platforms # (among Solaris, Linux, and NT) behave the same, and none - # behave all that well in any case. Servers should always read thier + # behave all that well in any case. Servers should always read their # POST data if they expect the client to read their response. if {$isQuery || $isQueryChannel} { @@ -1005,7 +1005,7 @@ # # Arguments # token The token returned from http::geturl -# count The amount transfered +# count The amount transferred # # Side Effects # Invokes callbacks