Typo
authorMarcel Werk <burntime@woltlab.com>
Thu, 30 Jul 2020 16:06:52 +0000 (18:06 +0200)
committerMarcel Werk <burntime@woltlab.com>
Thu, 30 Jul 2020 16:06:52 +0000 (18:06 +0200)
wcfsetup/install/files/js/WCF.js
wcfsetup/install/files/lib/acp/action/UserExportGdprAction.class.php
wcfsetup/install/files/lib/data/AbstractDatabaseObjectAction.class.php
wcfsetup/install/files/lib/data/user/follow/UserFollowAction.class.php
wcfsetup/install/files/lib/data/user/ignore/UserIgnoreAction.class.php
wcfsetup/install/files/lib/data/user/menu/item/UserMenuItem.class.php
wcfsetup/install/files/lib/system/condition/UserUserIDCondition.class.php

index 239bb115641c463c668191b5280354a0aff1eb1e..05ffbc91f99c6f453b81cb440b457b6bac47277f 100755 (executable)
@@ -5096,7 +5096,7 @@ WCF.System.Fullscreen = {
        /**
         * Puts the given element into full screen mode.
         * Note: This must be a raw HTMLElement, not a jQuery wrapped one.
-        * Note: This must be called from an user triggered event listener for
+        * Note: This must be called from a user triggered event listener for
         *      security reasons.
         * 
         * @param       object          Element to show full screen.
index 52989656d02693d10f24209183b867c92510566d..25e6263d1d5536070a761eda4d3e6e13bdee55f6 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\WCF;
 use wcf\util\UserUtil;
 
 /**
- * Exports the stored data of an user in compliance with Art. 20 "Right to data portability" of the
+ * Exports the stored data of a user in compliance with Art. 20 "Right to data portability" of the
  * the General Data Protection Regulation (GDPR) of the European Union.
  *
  * The file formats XML, JSON and CSV are explicitly listed as being a structured
index 49a17d2bb1db7b55c56927ffd7c3bd0856b322eb..3caaf64e86f4662e41563421147e549a45c105ac 100644 (file)
@@ -402,7 +402,7 @@ abstract class AbstractDatabaseObjectAction implements IDatabaseObjectAction, ID
        }
        
        /**
-        * Returns a single object and throws an UserInputException if no or more than one object is given.
+        * Returns a single object and throws a UserInputException if no or more than one object is given.
         * 
         * @return      DatabaseObject
         * @throws      UserInputException
index 79e77f72a8bca9e24129725ef0af9ba7bbb78256..e1fbb86cedcc7d1830c4a6ec3f7996c5df47679a 100644 (file)
@@ -65,7 +65,7 @@ class UserFollowAction extends AbstractDatabaseObjectAction implements IGroupedU
        }
        
        /**
-        * Follows an user.
+        * Follows a user.
         * 
         * @return      array
         */
@@ -107,7 +107,7 @@ class UserFollowAction extends AbstractDatabaseObjectAction implements IGroupedU
        }
        
        /**
-        * Stops following an user.
+        * Stops following a user.
         * 
         * @return      array
         */
index 6c741deea375ac9670d6d67156f1c0284c289af4..f42b299c3aa33ced2b5519ab4def67d901236159 100644 (file)
@@ -41,7 +41,7 @@ class UserIgnoreAction extends AbstractDatabaseObjectAction {
        }
        
        /**
-        * Ignores an user.
+        * Ignores a user.
         * 
         * @return      array
         */
@@ -97,7 +97,7 @@ class UserIgnoreAction extends AbstractDatabaseObjectAction {
        }
        
        /**
-        * Unignores an user.
+        * Unignores a user.
         * 
         * @return      array
         */
index 147602ff9d11bc5cebb6a4fec92cbd65d38f4ca1..95914e0af3ad842ffffc44f9c44364a19bb59d0e 100644 (file)
@@ -10,7 +10,7 @@ use wcf\system\Regex;
 use wcf\system\WCF;
 
 /**
- * Represents an user menu item.
+ * Represents a user menu item.
  * 
  * @author     Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH
index 1fc4b4cd51d39d3d815a3a127f41b20e2672d97c..ba0e355ff616742632df007e63cb091060c368f1 100644 (file)
@@ -7,7 +7,7 @@ use wcf\data\DatabaseObjectList;
 use wcf\system\WCF;
 
 /**
- * Condition implementation for the user id of an user.
+ * Condition implementation for the user id of a user.
  * 
  * @author      Alexander Ebert
  * @copyright  2001-2019 WoltLab GmbH