summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorpatthoyts <patthoyts@users.sourceforge.net>2003-09-15 14:24:50 (GMT)
committerpatthoyts <patthoyts@users.sourceforge.net>2003-09-15 14:24:50 (GMT)
commit13c7d5e6054461be54e6e463d4e60d7027322c81 (patch)
tree4bba701900c25396dd905dbab888e6d8fff2a408 /library
parente3d773b05110c9cf0572203aea7a1e0cd971fe8b (diff)
downloadtcl-13c7d5e6054461be54e6e463d4e60d7027322c81.zip
tcl-13c7d5e6054461be54e6e463d4e60d7027322c81.tar.gz
tcl-13c7d5e6054461be54e6e463d4e60d7027322c81.tar.bz2
Fixed comment typos.
Diffstat (limited to 'library')
-rw-r--r--library/http/http.tcl12
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.