Typo
authorMarcel Werk <burntime@woltlab.com>
Thu, 30 Jul 2020 16:07:09 +0000 (18:07 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 30 Jul 2020 16:07:09 +0000 (18:07 +0200)
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dialog.js
wcfsetup/install/files/lib/data/user/UserAction.class.php
wcfsetup/install/files/lib/data/user/profile/menu/item/UserProfileMenuItem.class.php
wcfsetup/install/files/lib/system/user/authentication/AbstractUserAuthentication.class.php

index 9737cee67c7c850d56c5cfa1d0f1bb427b1de5ec..314912aac1323f8c59be209bacf5dfc114d24e0b 100644 (file)
@@ -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.
                                        // 
index 310192b4046aeb186ed54d372a5751b64927d07c..e2de2fe17e1c142b26069002ddf8b877af203474 100644 (file)
@@ -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' => [
index ee4609885964958a268faa8f913e850b636a887f..339c1940d4fdbf93d153b7b2f829b566eff887e8 100644 (file)
@@ -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
index e7ceb7aa901233b5c2c734a7329549b5995d05c7..adfb0823cec7ee5406f4712a91417484187b2cd6 100644 (file)
@@ -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