From 77c1afd7449e1a7a454329e7f48d1402fc8b7a23 Mon Sep 17 00:00:00 2001 From: Sergey Biryukov Date: Thu, 28 Mar 2019 16:52:39 +0000 Subject: [PATCH] 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 --- src/wp-includes/IXR/class-IXR-message.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/IXR/class-IXR-message.php b/src/wp-includes/IXR/class-IXR-message.php index 013eae399a..6b8cd5a0fa 100644 --- a/src/wp-includes/IXR/class-IXR-message.php +++ b/src/wp-includes/IXR/class-IXR-message.php @@ -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 *