Docs: Fix typo in `xmlrpc_chunk_parsing_size` filter description.

Props lord_viper.
Fixes #46701.
Built from https://develop.svn.wordpress.org/trunk@45054


git-svn-id: http://core.svn.wordpress.org/trunk@44863 1a063a9b-81f0-0310-95a4-ce76da25c4cd
This commit is contained in:
Sergey Biryukov 2019-03-28 16:53:51 +00:00
parent 774ac73a1f
commit 5cb984d371
2 changed files with 2 additions and 2 deletions

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
*

View File

@ -13,7 +13,7 @@
*
* @global string $wp_version
*/
$wp_version = '5.2-beta1-45053';
$wp_version = '5.2-beta1-45054';
/**
* Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.