From bde79ae542f13e93d964817166b50dbe5e990ca0 Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Fri, 14 Jan 2022 15:12:32 +0000 Subject: [PATCH] Upgrade/Install: Typo correction in a `Core_Upgrader` class inline comment. Follow-up to [45046]. Props kebbet. Fixes #54821. git-svn-id: https://develop.svn.wordpress.org/trunk@52576 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-admin/includes/class-core-upgrader.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-admin/includes/class-core-upgrader.php b/src/wp-admin/includes/class-core-upgrader.php index a7a1d05f2b..4017c51887 100644 --- a/src/wp-admin/includes/class-core-upgrader.php +++ b/src/wp-admin/includes/class-core-upgrader.php @@ -126,7 +126,7 @@ class Core_Upgrader extends WP_Upgrader { // Allow for signature soft-fail. // WARNING: This may be removed in the future. if ( is_wp_error( $download ) && $download->get_error_data( 'softfail-filename' ) ) { - // Outout the failure error as a normal feedback, and not as an error: + // Output the failure error as a normal feedback, and not as an error: /** This filter is documented in wp-admin/includes/update-core.php */ apply_filters( 'update_feedback', $download->get_error_message() );