diff --git a/src/wp-includes/class-wp-image-editor.php b/src/wp-includes/class-wp-image-editor.php index 9107b90dec..823501eb46 100644 --- a/src/wp-includes/class-wp-image-editor.php +++ b/src/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 *