From 3338c4408971050dabd1a42f858c9c3835e5c9d7 Mon Sep 17 00:00:00 2001 From: Abdul Malik Ikhsan Date: Mon, 25 Feb 2013 16:11:18 +0700 Subject: [PATCH] fix small typo --- library/Zend/Http/Response.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/library/Zend/Http/Response.php b/library/Zend/Http/Response.php index 59716b435e4..8293042d7c7 100644 --- a/library/Zend/Http/Response.php +++ b/library/Zend/Http/Response.php @@ -508,7 +508,7 @@ protected function decodeDeflate($body) * Some servers (IIS ?) send a broken deflate response, without the * RFC-required zlib header. * - * We try to detect the zlib header, and if it does not exsit we + * We try to detect the zlib header, and if it does not exist we * teat the body is plain DEFLATE content. * * This method was adapted from PEAR HTTP_Request2 by (c) Alexey Borzov