Fix minor typo in comment

This commit is contained in:
hns 2004-02-20 15:29:02 +00:00
parent b703465f8e
commit b972bee305

View file

@ -342,7 +342,7 @@ public abstract class AbstractServletClient extends HttpServlet {
// if we don't know which charset to use for parsing HTTP params, // if we don't know which charset to use for parsing HTTP params,
// take the one from the response. This usually works because // take the one from the response. This usually works because
// browsers send parrameters in the same encoding as the page // browsers send parameters in the same encoding as the page
// containing the form has. Problem is we can do this only per servlet, // containing the form has. Problem is we can do this only per servlet,
// not per session or even per page, which would produce too much overhead // not per session or even per page, which would produce too much overhead
if (defaultEncoding == null) { if (defaultEncoding == null) {