From a851aaa16767b2aae8b558b0417f903583b227d7 Mon Sep 17 00:00:00 2001 From: westi Date: Fri, 13 May 2011 10:00:40 +0000 Subject: [PATCH] Typo fix props duck_ git-svn-id: http://svn.automattic.com/wordpress/trunk@17915 1a063a9b-81f0-0310-95a4-ce76da25c4cd --- 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 e17878fc1..a909e001f 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 *