From b9d9968ae9d7f5da25ba24c757cd1a6c484ab059 Mon Sep 17 00:00:00 2001 From: Jonathan Desrosiers Date: Mon, 6 Jul 2020 19:08:22 +0000 Subject: [PATCH] Docs: Correct typo introduced in [48288]. See #42775. git-svn-id: https://develop.svn.wordpress.org/trunk@48343 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/media.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/media.php b/src/wp-includes/media.php index 6fa80dfa31..94a46a596d 100644 --- a/src/wp-includes/media.php +++ b/src/wp-includes/media.php @@ -4756,7 +4756,7 @@ function _wp_add_additional_image_sizes() { } /** - * Callback to enable showig of the user error when uploading .heic images. + * Callback to enable showing of the user error when uploading .heic images. * * @since 5.5.0 *