From ea1fe31f028156a56eb97e8b7cce3d0f0e6e242f Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Thu, 13 Jan 2022 19:12:42 +0000 Subject: [PATCH] Media: Typo correction in `wp_image_maybe_exif_rotate` docblock. Follow-up to [46202]. Props mitogh. Fixes #54816. git-svn-id: https://develop.svn.wordpress.org/trunk@52573 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/class-wp-image-editor.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 *