diff --git a/wp-includes/IXR/class-IXR-message.php b/wp-includes/IXR/class-IXR-message.php index 013eae399a..6b8cd5a0fa 100644 --- a/wp-includes/IXR/class-IXR-message.php +++ b/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 * diff --git a/wp-includes/version.php b/wp-includes/version.php index cb97dcdf13..556899befa 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -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.