From da84f04bb0a8cbbb3cd1f9dd0bb9f5110b91ff80 Mon Sep 17 00:00:00 2001 From: mark_story Date: Sat, 19 Mar 2011 11:55:53 -0400 Subject: [PATCH] Fixing typo in doc block. --- cake/libs/http_socket.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cake/libs/http_socket.php b/cake/libs/http_socket.php index de7114a9fcf..5fb1deffaec 100644 --- a/cake/libs/http_socket.php +++ b/cake/libs/http_socket.php @@ -146,7 +146,7 @@ class HttpSocket extends CakeSocket { * You can use a url string to set the url and use default configurations for * all other options: * - * `$http =& new HttpSockect('http://cakephp.org/');` + * `$http =& new HttpSocket('http://cakephp.org/');` * * Or use an array to configure multiple options: *