From 93a901d8642ba94dd7bf378a60cc101974ba4c72 Mon Sep 17 00:00:00 2001 From: Looly Date: Tue, 26 Oct 2021 04:37:35 +0800 Subject: [PATCH] fix comment --- hutool-http/src/main/java/cn/hutool/http/HttpResponse.java | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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() {