Fix typo in comment on GzipHttpOutput

This commit is contained in:
Jan Bartel 2014-06-10 16:47:10 +02:00
parent fb29f56b4d
commit bfce68e85c
1 changed files with 1 additions and 1 deletions

View File

@ -151,7 +151,7 @@ public class GzipHttpOutput extends HttpOutput
}
}
// Has the Content-Encoding header already been site?
// Has the Content-Encoding header already been set?
String ce=getHttpChannel().getResponse().getHeader("Content-Encoding");
if (ce != null)
{