summaryrefslogtreecommitdiffstats
path: root/library
diff options
context:
space:
mode:
authorandy <andrew.m.goth@gmail.com>2016-12-13 01:27:25 (GMT)
committerandy <andrew.m.goth@gmail.com>2016-12-13 01:27:25 (GMT)
commit06e138e871b01b6684e91910664bcefe1e01d969 (patch)
tree4b39cc37d626c7bc7f25783832dbb58fa823ace4 /library
parent75abd6bb662ec2650847427da15a629842b3a63f (diff)
parent6da0c767cd83c18aa8a2c152ad6b0298ea4f28ab (diff)
downloadtcl-lanam_array_for_impl.zip
tcl-lanam_array_for_impl.tar.gz
tcl-lanam_array_for_impl.tar.bz2
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"
}