From 6c7aabda1948724ad87d16b5b77f0e4b8707bdf0 Mon Sep 17 00:00:00 2001 From: "Drew Jaynes (DrewAPicture)" Date: Sat, 5 Apr 2014 05:47:54 +0000 Subject: [PATCH] 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 --- src/wp-includes/class-http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/class-http.php b/src/wp-includes/class-http.php index 1b11222100..13cf1442fe 100644 --- a/src/wp-includes/class-http.php +++ b/src/wp-includes/class-http.php @@ -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