Skip to content

Commit

Permalink
Fixed typo
Browse files Browse the repository at this point in the history
  • Loading branch information
jrbasso committed Jan 24, 2015
1 parent 9d5dae4 commit 9284fc9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Network/Http/Response.php
Expand Up @@ -146,7 +146,7 @@ public function __construct($headers = [], $body = '')
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'
Expand Down

0 comments on commit 9284fc9

Please sign in to comment.