Docs: Fix typo in xmlrpc_chunk_parsing_size filter description.

Props lord_viper.
Fixes #46701.

git-svn-id: https://develop.svn.wordpress.org/trunk@45054 602fd350-edb4-49c9-b593-d223f7449a82
This commit is contained in:
Sergey Biryukov 2019-03-28 16:52:39 +00:00
parent 692ecb1f97
commit 77c1afd744

View File

@ -101,7 +101,7 @@ class IXR_Message
$chunk_size = 262144;
/**
* Filters the chunk size that can be used to parse an XML-RPC reponse message.
* Filters the chunk size that can be used to parse an XML-RPC response message.
*
* @since 4.4.0
*