From 913ab67ecb83541dc0dbdd99d4de88b9137347b0 Mon Sep 17 00:00:00 2001 From: Dion Hulse Date: Sun, 28 Feb 2010 04:27:32 +0000 Subject: [PATCH] Fix spelling typo's in r13484. See #12200 git-svn-id: https://develop.svn.wordpress.org/trunk@13485 602fd350-edb4-49c9-b593-d223f7449a82 --- wp-includes/class-http.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/wp-includes/class-http.php b/wp-includes/class-http.php index 64c0fca9cf..321867883b 100644 --- a/wp-includes/class-http.php +++ b/wp-includes/class-http.php @@ -1464,8 +1464,8 @@ class WP_Http_Curl { * enable proxy support. There are also a few filters that plugins can hook into for some of the * constants. * - * Please note that only BASIC authentication is supportted by most transports. - * cURL and the PHP HTTP Extension MAY support more methods(such as NTLM Authentication) depending on your environment. + * Please note that only BASIC authentication is supported by most transports. + * cURL and the PHP HTTP Extension MAY support more methods (such as NTLM authentication) depending on your environment. * * The constants are as follows: *