From 074aaf152f64f4a10349e50140282091d587f10c Mon Sep 17 00:00:00 2001 From: Jb Audras Date: Mon, 25 Apr 2022 09:23:22 +0000 Subject: [PATCH] Docs: Typo correction in `wp-includes/ms-functions.php` docblock. See #54729. git-svn-id: https://develop.svn.wordpress.org/trunk@53251 602fd350-edb4-49c9-b593-d223f7449a82 --- src/wp-includes/ms-functions.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/wp-includes/ms-functions.php b/src/wp-includes/ms-functions.php index 4756538e74..364b7a4cc5 100644 --- a/src/wp-includes/ms-functions.php +++ b/src/wp-includes/ms-functions.php @@ -1275,7 +1275,7 @@ function wpmu_activate_signup( $key ) { } /** - * Deletes am associated signup entry when a user is deleted from the database. + * Deletes an associated signup entry when a user is deleted from the database. * * @since 5.5.0 *