diff options
author | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-12-01 11:39:40 (GMT) |
---|---|---|
committer | jan.nijtmans <nijtmans@users.sourceforge.net> | 2016-12-01 11:39:40 (GMT) |
commit | 84a744f6f7dbbe47280754dd09dececdbd8b245a (patch) | |
tree | 89ea4d11f6d5ab9868596a73fd7b761ffa3d60fe /library | |
parent | 3aefaf62e4de2181582277bb60fe2a4ee5c506a2 (diff) | |
download | tcl-84a744f6f7dbbe47280754dd09dececdbd8b245a.zip tcl-84a744f6f7dbbe47280754dd09dececdbd8b245a.tar.gz tcl-84a744f6f7dbbe47280754dd09dececdbd8b245a.tar.bz2 |
compatability -> compatibility
Diffstat (limited to 'library')
-rw-r--r-- | library/http/http.tcl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/library/http/http.tcl b/library/http/http.tcl index 7aaa669..ac3b6d5 100644 --- a/library/http/http.tcl +++ b/library/http/http.tcl @@ -1388,7 +1388,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" } |