From db8a92cc7821795a1a62e52be26bed9c294afc0c Mon Sep 17 00:00:00 2001 From: Marcel Werk Date: Thu, 30 Jul 2020 18:07:09 +0200 Subject: [PATCH] Typo --- wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dialog.js | 2 +- wcfsetup/install/files/lib/data/user/UserAction.class.php | 2 +- .../data/user/profile/menu/item/UserProfileMenuItem.class.php | 2 +- .../user/authentication/AbstractUserAuthentication.class.php | 2 +- 4 files changed, 4 insertions(+), 4 deletions(-) diff --git a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dialog.js b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dialog.js index 9737cee67c..314912aac1 100644 --- a/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dialog.js +++ b/wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dialog.js @@ -589,7 +589,7 @@ define( // causing it to pop out from below and immediately vanish. // // iOS will only show the keyboard if an input element is focused *and* the - // focus is an immediate result of an user interaction. This method must be + // focus is an immediate result of a user interaction. This method must be // assumed to be called from within a click event, but we want to set the // focus without triggering the keyboard. // diff --git a/wcfsetup/install/files/lib/data/user/UserAction.class.php b/wcfsetup/install/files/lib/data/user/UserAction.class.php index 310192b404..e2de2fe17e 100644 --- a/wcfsetup/install/files/lib/data/user/UserAction.class.php +++ b/wcfsetup/install/files/lib/data/user/UserAction.class.php @@ -730,7 +730,7 @@ class UserAction extends AbstractDatabaseObjectAction implements IClipboardActio // We reset the activationCode (which indicates, that the user is not enabled) AND disable the email // confirm status, because if the user can enable himself by an email confirmation and we do not reset - // the email confirmed status, the behavior is undefined, because an user exists, which is not enabled + // the email confirmed status, the behavior is undefined, because a user exists, which is not enabled // but has a valid email address (Which doesn't usually happen). $action = new UserAction($this->objects, 'update', [ 'data' => [ diff --git a/wcfsetup/install/files/lib/data/user/profile/menu/item/UserProfileMenuItem.class.php b/wcfsetup/install/files/lib/data/user/profile/menu/item/UserProfileMenuItem.class.php index ee46098859..339c1940d4 100644 --- a/wcfsetup/install/files/lib/data/user/profile/menu/item/UserProfileMenuItem.class.php +++ b/wcfsetup/install/files/lib/data/user/profile/menu/item/UserProfileMenuItem.class.php @@ -11,7 +11,7 @@ use wcf\system\SingletonFactory; use wcf\system\WCF; /** - * Represents an user profile menu item. + * Represents a user profile menu item. * * @author Alexander Ebert * @copyright 2001-2019 WoltLab GmbH diff --git a/wcfsetup/install/files/lib/system/user/authentication/AbstractUserAuthentication.class.php b/wcfsetup/install/files/lib/system/user/authentication/AbstractUserAuthentication.class.php index e7ceb7aa90..adfb0823ce 100644 --- a/wcfsetup/install/files/lib/system/user/authentication/AbstractUserAuthentication.class.php +++ b/wcfsetup/install/files/lib/system/user/authentication/AbstractUserAuthentication.class.php @@ -3,7 +3,7 @@ namespace wcf\system\user\authentication; use wcf\system\SingletonFactory; /** - * Abstract implementation of an user authentication. + * Abstract implementation of a user authentication. * * @author Marcel Werk * @copyright 2001-2019 WoltLab GmbH -- 2.20.1