mirror of
https://github.com/gosticks/wordpress-develop.git
synced 2026-07-01 07:40:07 +00:00
Fix a typo in the PHPDoc description for the WP_Http_Curl->max_body_length property.
Props eightface. Fixes #27681. git-svn-id: https://develop.svn.wordpress.org/trunk@27952 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user