Skip to content

Commit

Permalink
Fixing typo in doc block.
Browse files Browse the repository at this point in the history
  • Loading branch information
markstory committed Mar 19, 2011
1 parent 9c860d2 commit da84f04
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cake/libs/http_socket.php
Expand Up @@ -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:
*
Expand Down

0 comments on commit da84f04

Please sign in to comment.