Browse Source

Merge pull request #5735 from jrbasso/3.0-typo

Fixed typo
Mark Story 11 years ago
parent
commit
ca5dee7a7e
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/Network/Http/Response.php

+ 1 - 1
src/Network/Http/Response.php

@@ -146,7 +146,7 @@ class Response extends Message
     protected function _decodeGzipBody($body)
     {
         if (!function_exists('gzinflate')) {
-            throw new \RuntimeException('Cannot decompress gzip response body without gzipinflate()');
+            throw new \RuntimeException('Cannot decompress gzip response body without gzinflate()');
         }
         $offset = 0;
         // Look for gzip 'signature'