summaryrefslogtreecommitdiffstats
path: root/library/http
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:42:07 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:42:07 (GMT)
commit2ef0a21475825a5f1cb4562b36d11e51cbefd204 (patch)
treec09becb4fe32fb2330b5f8df66e22adf04731acc /library/http
parent39a4505f7ed7cdb4cbd148aa62775e81ecbe5dc0 (diff)
parent84a744f6f7dbbe47280754dd09dececdbd8b245a (diff)
downloadtcl-2ef0a21475825a5f1cb4562b36d11e51cbefd204.zip
tcl-2ef0a21475825a5f1cb4562b36d11e51cbefd204.tar.gz
tcl-2ef0a21475825a5f1cb4562b36d11e51cbefd204.tar.bz2
compatability -> compatibility
Diffstat (limited to 'library/http')
-rw-r--r--library/http/http.tcl2
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl
index d105886..ccd4cd1 100644
--- a/library/http/http.tcl
+++ b/library/http/http.tcl
@@ -1447,7 +1447,7 @@ proc http::mapReply {string} {
set converted [string map $formMap $string]
if {[string match "*\[\u0100-\uffff\]*" $converted]} {
regexp "\[\u0100-\uffff\]" $converted badChar
- # Return this error message for maximum compatability... :^/
+ # Return this error message for maximum compatibility... :^/
return -code error \
"can't read \"formMap($badChar)\": no such element in array"
}