diff options
author | patthoyts <patthoyts@noemail.net> | 2003-09-15 14:24:50 (GMT) |
---|---|---|
committer | patthoyts <patthoyts@noemail.net> | 2003-09-15 14:24:50 (GMT) |
commit | face8dfd0da222fd7e2554b4a34ae87ee6f88a0d (patch) | |
tree | 4bba701900c25396dd905dbab888e6d8fff2a408 /library/http | |
parent | d0cd3c004a90be716ec9f1b544dd390d630b4670 (diff) | |
download | tcl-face8dfd0da222fd7e2554b4a34ae87ee6f88a0d.zip tcl-face8dfd0da222fd7e2554b4a34ae87ee6f88a0d.tar.gz tcl-face8dfd0da222fd7e2554b4a34ae87ee6f88a0d.tar.bz2 |
Fixed comment typos.
FossilOrigin-Name: 26f81efb729450a511c8a3c6917e8008733ed2f7
Diffstat (limited to 'library/http')
-rw-r--r-- | library/http/http.tcl | 12 |
1 files changed, 6 insertions, 6 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl index 31938cf..3854fce 100644 --- a/library/http/http.tcl +++ b/library/http/http.tcl @@ -9,7 +9,7 @@ # See the file "license.terms" for information on usage and # redistribution of this file, and for a DISCLAIMER OF ALL WARRANTIES. # -# RCS: @(#) $Id: http.tcl,v 1.45 2003/07/18 19:36:40 hobbs Exp $ +# RCS: @(#) $Id: http.tcl,v 1.46 2003/09/15 14:24:50 patthoyts Exp $ # Rough version history: # 1.0 Old http_get interface @@ -66,7 +66,7 @@ namespace eval http { # http::register -- # -# See documentaion for details. +# See documentation for details. # # Arguments: # proto URL protocol prefix, e.g. https @@ -101,7 +101,7 @@ proc http::unregister {proto} { # http::config -- # -# See documentaion for details. +# See documentation for details. # # Arguments: # args Options parsed by the procedure. @@ -180,7 +180,7 @@ proc http::Finish { token {errormsg ""} {skipCB 0}} { # http::reset -- # -# See documentaion for details. +# See documentation for details. # # Arguments: # token Connection token. @@ -824,7 +824,7 @@ proc http::Eof {token} { # http::wait -- # -# See documentaion for details. +# See documentation for details. # # Arguments: # token Connection token. @@ -846,7 +846,7 @@ proc http::wait {token} { # http::formatQuery -- # -# See documentaion for details. +# See documentation for details. # Call http::formatQuery with an even number of arguments, where # the first is a name, the second is a value, the third is another # name, and so on. |