diff --git a/cake/libs/http_socket.php b/cake/libs/http_socket.php index 68f52f5a4..7e02b98f4 100644 --- a/cake/libs/http_socket.php +++ b/cake/libs/http_socket.php @@ -29,7 +29,7 @@ uses('socket', 'set'); /** * Cake network socket connection class. * - * Core base class for network communication. + * Core base class for HTTP network communication. * * @package cake * @subpackage cake.cake.libs