summaryrefslogtreecommitdiffstats
path: root/library/http/http.tcl
diff options
context:
space:
mode:
Diffstat (limited to 'library/http/http.tcl')
-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 95a4aba..f1435d3 100644
--- a/library/http/http.tcl
+++ b/library/http/http.tcl
@@ -1469,7 +1469,7 @@ proc http::mapReply {string} {
}
return $converted
}
-interp alias {} http::quoteString {} http::mapReply
+interp alias {} http::quoteString {} http::mapReply
# http::ProxyRequired --
# Default proxy filter.