Fix typo in HTTP docblock. props ocean90. fixes #21215.

git-svn-id: https://develop.svn.wordpress.org/trunk@21290 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Andrew Nacin 2012-07-20 15:09:11 +00:00
parent f4fc103c50
commit 0887beb1d8
1 changed files with 1 additions and 1 deletions

View File

@ -1679,7 +1679,7 @@ class WP_Http_Encoding {
/**
* Decompression of deflated string while staying compatible with the majority of servers.
*
* Certain Servers will return deflated data with headers which PHP's gziniflate()
* Certain Servers will return deflated data with headers which PHP's gzinflate()
* function cannot handle out of the box. The following function has been created from
* various snippets on the gzinflate() PHP documentation.
*