summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:44:23 (GMT)
committerjan.nijtmans <nijtmans@users.sourceforge.net>2016-12-01 11:44:23 (GMT)
commita54acb028826edf1444f2bf6afa4b62b5dd56f68 (patch)
treed0045081a412110792ae9487b25602dc4334183f /library
parent0004d6152456219c0ef09046c169ad3ad7532ee1 (diff)
parent2ef0a21475825a5f1cb4562b36d11e51cbefd204 (diff)
downloadtcl-a54acb028826edf1444f2bf6afa4b62b5dd56f68.zip
tcl-a54acb028826edf1444f2bf6afa4b62b5dd56f68.tar.gz
tcl-a54acb028826edf1444f2bf6afa4b62b5dd56f68.tar.bz2
compatability -> compatibility
Diffstat (limited to 'library')
-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"
}