Fix a typo in the PHPDoc description for the WP_Http_Curl->max_body_length property.

Props eightface.
Fixes #27681.

Built from https://develop.svn.wordpress.org/trunk@27952


git-svn-id: http://core.svn.wordpress.org/trunk@27782 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Drew Jaynes 2014-04-05 05:48:18 +00:00
parent 2194145373
commit 7b73dd328e

View File

@ -1191,7 +1191,7 @@ class WP_Http_Curl {
private $body = '';
/**
* The maximum amount of data to recieve from the remote server
* The maximum amount of data to receive from the remote server.
*
* @since 3.6.0
* @access private