diff --git a/hutool-http/src/main/java/cn/hutool/http/HttpResponse.java b/hutool-http/src/main/java/cn/hutool/http/HttpResponse.java index eda670ac5..f64f1ecd7 100644 --- a/hutool-http/src/main/java/cn/hutool/http/HttpResponse.java +++ b/hutool-http/src/main/java/cn/hutool/http/HttpResponse.java @@ -148,9 +148,9 @@ public class HttpResponse extends HttpBase implements Closeable { } /** - * 是否为zlib(Defalte)压缩过的内容 + * 是否为zlib(Deflate)压缩过的内容 * - * @return 是否为zlib(Defalte)压缩过的内容 + * @return 是否为zlib(Deflate)压缩过的内容 * @since 4.5.7 */ public boolean isDeflate() {