Javadoc typo.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/trunk@1728603 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2016-02-05 04:54:34 +00:00
parent 3df5c3d6a5
commit 2b573561f8
1 changed files with 1 additions and 1 deletions

View File

@ -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 {