Fixing typo

Signed-off-by: Joakim Erdfelt <joakim.erdfelt@gmail.com>
This commit is contained in:
Joakim Erdfelt 2019-10-15 13:52:39 -05:00
parent 9c49b03806
commit fa25d560b3
No known key found for this signature in database
GPG Key ID: 2D0E1FB8FE4B68B4
1 changed files with 1 additions and 1 deletions

View File

@ -947,7 +947,7 @@ public class GzipHandler extends HandlerWrapper implements GzipFactory
/**
* Set the minimum response size to trigger dynamic compression.
* <p>
* Sizes below 23 will result a compressed response that is larger then the
* Sizes below 23 will result a compressed response that is larger than the
* original data.
* </p>
*