diff --git a/wp-includes/class-wp-image-editor.php b/wp-includes/class-wp-image-editor.php index 9107b90dec..823501eb46 100644 --- a/wp-includes/class-wp-image-editor.php +++ b/wp-includes/class-wp-image-editor.php @@ -485,7 +485,7 @@ abstract class WP_Image_Editor { } /** - * Filters the `$orientation` value to correct it before rotating or to prevemnt rotating the image. + * Filters the `$orientation` value to correct it before rotating or to prevent rotating the image. * * @since 5.3.0 * diff --git a/wp-includes/version.php b/wp-includes/version.php index bdaed4268b..7eb5da1e58 100644 --- a/wp-includes/version.php +++ b/wp-includes/version.php @@ -16,7 +16,7 @@ * * @global string $wp_version */ -$wp_version = '6.0-alpha-52572'; +$wp_version = '6.0-alpha-52573'; /** * Holds the WordPress DB revision, increments when changes are made to the WordPress DB schema.