From 2b573561f8f5af28f741a88ba150d4de932d1c32 Mon Sep 17 00:00:00 2001 From: "Gary D. Gregory" Date: Fri, 5 Feb 2016 04:54:34 +0000 Subject: [PATCH] Javadoc typo. git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1728603 13f79535-47bb-0310-9956-ffa450edef68 --- .../main/java/org/apache/hc/client5/http/fluent/Content.java | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {