Javadoc typo.

git-svn-id: https://svn.apache.org/repos/asf/httpcomponents/httpclient/branches/4.5.x@1728602 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Gary D. Gregory 2016-02-05 04:53:53 +00:00
parent ac5e71b6aa
commit d730041f0a
1 changed files with 1 additions and 1 deletions

View File

@ -34,7 +34,7 @@ import org.apache.http.Consts;
import org.apache.http.entity.ContentType; import org.apache.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. * multiple times and requires no explicit deallocation.
*/ */
public class Content { public class Content {