diff --git a/wp-admin/async-upload.php b/wp-admin/async-upload.php index b54951171c..e43fb58449 100644 --- a/wp-admin/async-upload.php +++ b/wp-admin/async-upload.php @@ -102,7 +102,7 @@ if ( $_REQUEST['short'] ) { * Filter the returned ID of an uploaded attachment. * * The dynamic portion of the hook name, $type, refers to the attachment type, - * such as 'iamge', 'audio', 'video', 'file', etc. + * such as 'image', 'audio', 'video', 'file', etc. * * @since 2.5.0 *