From 7121485a3bbcc146cfa49c9ddeb9fb7dbe773e6d Mon Sep 17 00:00:00 2001 From: Peter Westwood Date: Fri, 13 May 2011 10:00:40 +0000 Subject: [PATCH] Typo fix props duck_ git-svn-id: https://develop.svn.wordpress.org/trunk@17915 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/http.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/wp-includes/http.php b/wp-includes/http.php index e17878fc10..a909e001fd 100644 --- a/wp-includes/http.php +++ b/wp-includes/http.php @@ -192,7 +192,7 @@ function wp_remote_retrieve_body(&$response) { } /** - * Determins if there is an HTTP Transport that can process this request. + * Determines if there is an HTTP Transport that can process this request. * * @since 3.2.0 *