diff --git a/httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/Content.java b/httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/Content.java index 0b075f6bc..8e5df816d 100644 --- a/httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/Content.java +++ b/httpclient5-fluent/src/main/java/org/apache/hc/client5/http/fluent/Content.java @@ -34,7 +34,7 @@ import java.nio.charset.StandardCharsets; import org.apache.hc.core5.http.entity.ContentType; /** - * This class represents arbitrary content of a specfic type that can be consumed + * This class represents arbitrary content of a specific type that can be consumed * multiple times and requires no explicit deallocation. */ public class Content {