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
This commit is contained in:
Jb Audras 2022-01-13 19:12:42 +00:00
parent 7f2ddd0ae6
commit ea1fe31f02

View File

@ -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
*