diff --git a/wp-includes/fonts/class-wp-font-utils.php b/wp-includes/fonts/class-wp-font-utils.php index 8efa7978a8..5bca536d2d 100644 --- a/wp-includes/fonts/class-wp-font-utils.php +++ b/wp-includes/fonts/class-wp-font-utils.php @@ -141,7 +141,7 @@ class WP_Font_Utils { * The schema structure should mirror the data tree. Each value provided in the * schema should be a callable that will be applied to sanitize the corresponding * value in the data tree. Keys that are in the data tree, but not present in the - * schema, will be removed in the santized data. Nested arrays are traversed recursively. + * schema, will be removed in the sanitized data. Nested arrays are traversed recursively. * * @since 6.5.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index 60d486ee18..c520a2ba80 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.5-alpha-57548'; +$wp_version = '6.5-alpha-57549'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.