Fixed typos (#2302)
authorFabii547 <Fabii547@users.noreply.github.com>
Sat, 10 Jun 2017 13:17:16 +0000 (15:17 +0200)
committerMatthias Schmidt <gravatronics@live.com>
Sat, 10 Jun 2017 13:17:16 +0000 (15:17 +0200)
91 files changed:
wcfsetup/install/files/.gitignore
wcfsetup/install/files/acp/dereferrer.php
wcfsetup/install/files/acp/js/WCF.ACP.js
wcfsetup/install/files/js/WCF.ImageViewer.js
wcfsetup/install/files/js/WCF.Label.js
wcfsetup/install/files/js/WCF.Like.js
wcfsetup/install/files/js/WCF.Location.js
wcfsetup/install/files/js/WCF.Moderation.js
wcfsetup/install/files/js/WCF.Poll.js
wcfsetup/install/files/js/WCF.Search.Message.js
wcfsetup/install/files/js/WCF.User.js
wcfsetup/install/files/js/WCF.js
wcfsetup/install/files/js/WoltLabSuite/Core/Environment.js
wcfsetup/install/files/js/WoltLabSuite/Core/Event/Handler.js
wcfsetup/install/files/js/WoltLabSuite/Core/Language/Chooser.js
wcfsetup/install/files/js/WoltLabSuite/Core/Media/Manager/Search.js
wcfsetup/install/files/js/WoltLabSuite/Core/Media/Upload.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Alignment.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Comment/Add.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Dropdown/Simple.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Manager.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Message/Reply.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Page/Search/Handler.js
wcfsetup/install/files/js/WoltLabSuite/Core/Ui/Pagination.js
wcfsetup/install/files/js/wcf.globalHelper.js
wcfsetup/install/files/lib/acp/form/LabelEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserOptionAddForm.class.php
wcfsetup/install/files/lib/acp/form/UserOptionEditForm.class.php
wcfsetup/install/files/lib/acp/form/UserRankEditForm.class.php
wcfsetup/install/files/lib/action/AJAXInvokeAction.class.php
wcfsetup/install/files/lib/action/TwitterAuthAction.class.php
wcfsetup/install/files/lib/data/TMessageQuickReplyGuestDialogAction.class.php
wcfsetup/install/files/lib/data/acp/session/ACPSession.class.php
wcfsetup/install/files/lib/data/bbcode/BBCode.class.php
wcfsetup/install/files/lib/data/menu/item/MenuItemNodeTree.class.php
wcfsetup/install/files/lib/data/option/Option.class.php
wcfsetup/install/files/lib/data/package/update/PackageUpdateAction.class.php
wcfsetup/install/files/lib/data/page/PageNodeTree.class.php
wcfsetup/install/files/lib/data/paid/subscription/transaction/log/PaidSubscriptionTransactionLog.class.php
wcfsetup/install/files/lib/data/tag/Tag.class.php
wcfsetup/install/files/lib/data/user/group/assignment/UserGroupAssignment.class.php
wcfsetup/install/files/lib/data/user/notification/UserNotification.class.php
wcfsetup/install/files/lib/data/user/notification/UserNotificationAction.class.php
wcfsetup/install/files/lib/data/user/notification/event/UserNotificationEvent.class.php
wcfsetup/install/files/lib/data/user/profile/menu/item/UserProfileMenuItem.class.php
wcfsetup/install/files/lib/data/user/rank/UserRank.class.php
wcfsetup/install/files/lib/page/ModerationListPage.class.php
wcfsetup/install/files/lib/system/WCF.class.php
wcfsetup/install/files/lib/system/acl/ACLHandler.class.php
wcfsetup/install/files/lib/system/bbcode/BBCodeParser.class.php
wcfsetup/install/files/lib/system/bbcode/highlighter/PhpHighlighter.class.php
wcfsetup/install/files/lib/system/cache/CacheHandler.class.php
wcfsetup/install/files/lib/system/cache/runtime/IRuntimeCache.class.php
wcfsetup/install/files/lib/system/category/AbstractCategoryType.class.php
wcfsetup/install/files/lib/system/category/CategoryHandler.class.php
wcfsetup/install/files/lib/system/cli/command/CLICommandHandler.class.php
wcfsetup/install/files/lib/system/database/Database.class.php
wcfsetup/install/files/lib/system/database/util/PreparedStatementConditionBuilder.class.php
wcfsetup/install/files/lib/system/email/mime/RecipientAwareTextMimePart.class.php
wcfsetup/install/files/lib/system/event/listener/AbstractHtmlInputNodeProcessorListener.class.php
wcfsetup/install/files/lib/system/form/IFormElement.class.php
wcfsetup/install/files/lib/system/form/IFormElementContainer.class.php
wcfsetup/install/files/lib/system/form/element/AbstractFormElement.class.php
wcfsetup/install/files/lib/system/html/output/node/HtmlOutputNodeProcessor.class.php
wcfsetup/install/files/lib/system/language/I18nHandler.class.php
wcfsetup/install/files/lib/system/mail/Mail.class.php
wcfsetup/install/files/lib/system/message/embedded/object/MessageEmbeddedObjectManager.class.php
wcfsetup/install/files/lib/system/moderation/queue/IModerationQueueHandler.class.php
wcfsetup/install/files/lib/system/moderation/queue/ModerationQueueManager.class.php
wcfsetup/install/files/lib/system/option/IOptionHandler.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationFormManager.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationNodeBuilder.class.php
wcfsetup/install/files/lib/system/package/PackageInstallationScheduler.class.php
wcfsetup/install/files/lib/system/package/plugin/LanguagePackageInstallationPlugin.class.php
wcfsetup/install/files/lib/system/package/validation/PackageValidationArchive.class.php
wcfsetup/install/files/lib/system/package/validation/PackageValidationException.class.php
wcfsetup/install/files/lib/system/package/validation/PackageValidationManager.class.php
wcfsetup/install/files/lib/system/payment/type/PaidSubscriptionPaymentType.class.php
wcfsetup/install/files/lib/system/search/acp/ACPSearchResultList.class.php
wcfsetup/install/files/lib/system/session/SessionHandler.class.php
wcfsetup/install/files/lib/system/setup/Installer.class.php
wcfsetup/install/files/lib/system/setup/Uninstaller.class.php
wcfsetup/install/files/lib/system/tagging/TagCloud.class.php
wcfsetup/install/files/lib/system/tagging/TypedTagCloud.class.php
wcfsetup/install/files/lib/system/template/SetupTemplateCompiler.class.php
wcfsetup/install/files/lib/system/template/plugin/HascontentPrefilterTemplatePlugin.class.php
wcfsetup/install/files/lib/system/template/plugin/SimpleEmbeddedObjectPrefilterTemplatePlugin.class.php
wcfsetup/install/files/lib/util/ExifUtil.class.php
wcfsetup/install/files/lib/util/FileUtil.class.php
wcfsetup/install/files/lib/util/MathUtil.class.php
wcfsetup/install/files/lib/util/XML.class.php

index 8c6bbfb7928fc8801698739960b8a59147738d8b..7215ca8e7768acdca1e6242e336a3e21adb9789a 100644 (file)
@@ -1,3 +1,2 @@
-# This file ensures that config.inc.php and options.inc.php won't be commited
-# automatically. You can anyway commit these files manually if you want to
+# This file ensures that config.inc.php won't be committed automatically.
 config.inc.php
index fea163b0c898d7469a0e0c58bb1013c18dbe299e..e6961df2afebc0ca6ba5377f705cfac2b4db5763 100644 (file)
@@ -19,7 +19,7 @@ if (strpos($testURL, 'script:') !== false || !preg_match('~^https?://~', $testUR
 <!DOCTYPE html>
 <html dir="ltr" lang="en">
 <head>
-       <title>Dereferer</title>
+       <title>Dereferrer</title>
        <meta http-equiv="refresh" content="0;URL=<?php echo $url; ?>">
 </head>
 <body>
index 0ab182331cd47ce5568756d9e672dd424d14fc90..55649c55083f488efc4775793986a91fd510d76f 100644 (file)
@@ -754,7 +754,7 @@ WCF.ACP.Package.Search = Class.extend({
        _selectedPackageVersion: '',
        
        /**
-        * Initializes the WCF.ACP.Package.Seach class.
+        * Initializes the WCF.ACP.Package.Search class.
         */
        init: function() {
                this._button = null;
index 165f6f656770b79dec20a9871702702e1be64602..4a65b70c836e5943ba077645d39c7938e927a8c5 100644 (file)
@@ -842,7 +842,7 @@ $.widget('ui.wcfImageViewer', {
        },
        
        /**
-        * Initialites the user interface.
+        * Initializes the user interface.
         * 
         * @return      boolean
         */
index 1450cd9f00d36b6dedfad8d76cb0d6ec394d0753..ce2912cd5f74da623ed945432ac9294b5e629736 100644 (file)
@@ -331,7 +331,7 @@ if (COMPILER_TARGET_DEFAULT) {
                        // hide all label choosers first
                        $('.labelChooser').each(function (index, element) {
                                $(element).parents('dl:eq(0)').hide();
-                       })
+                       });
                        
                        var visibleGroupIDs = [];
                        var categoryID = parseInt($('#categoryID').val());
@@ -347,7 +347,7 @@ if (COMPILER_TARGET_DEFAULT) {
                 * @see        WCF.Label.Chooser._submit()
                 */
                _submit: function () {
-                       // delete non-selected groups to avoid sumitting these labels
+                       // delete non-selected groups to avoid submitting these labels
                        for (var groupID in this._groups) {
                                if (!this._groups[groupID].is(':visible')) {
                                        delete this._groups[groupID];
index d0c8a10a684bc9db35cd99624c654fd5977540a4..8a26a69bd96441610b05248c12c85c9551d3fb76 100644 (file)
@@ -161,7 +161,7 @@ WCF.Like = Class.extend({
        _getWidgetContainer: function(containerID) { },
        
        /**
-        * Returns object id for targer object container.
+        * Returns object id for target object container.
         * 
         * @param       string          containerID
         * @return      integer
index 7f9f566ae44ab0bb6153b91078e3ed4437d5f07c..47f8333c1b465b999a2d5927a7dd5291616facf3 100644 (file)
@@ -108,7 +108,7 @@ WCF.Location.GoogleMaps.Map = Class.extend({
        _markers: [ ],
        
        /**
-        * Initalizes a new WCF.Location.Map object.
+        * Initializes a new WCF.Location.Map object.
         * 
         * @param       string          mapContainerID
         * @param       object          mapOptions
@@ -782,7 +782,7 @@ WCF.Location.GoogleMaps.LocationSearch = WCF.Search.Base.extend({
        },
        
        /**
-        * Handles a successfull geocoder request.
+        * Handles a successful geocoder request.
         * 
         * @param       array           results
         * @param       integer         status
index 6bb39d92210074668f9c0e8a65b8703dbfd8e5c0..99d6c1ad6dae61796d1b354d943ec3081adcdc1d 100644 (file)
@@ -207,7 +207,7 @@ if (COMPILER_TARGET_DEFAULT) {
                },
                
                /**
-                * Handles errorneus AJAX requests.
+                * Handles erroneous AJAX requests.
                 *
                 * @param        object                data
                 * @param        jQuery                jqXHR
index 1b1b56bcbfbb6156f20cec9961196b42e16258f9..7e484a3210b514b8e8bdb018b3e84dff5309ec17 100644 (file)
@@ -375,7 +375,7 @@ WCF.Poll.Manager = Class.extend({
        _proxy: null,
        
        /**
-        * Intiailizes the poll manager.
+        * Initializes the poll manager.
         * 
         * @param       string          containerSelector
         */
index 5ba9834583ae1ca5cbabdb7c839071965ffc1d35..6861aacab41d8c81bd405741ce4b7ae9930172fe 100644 (file)
@@ -57,7 +57,7 @@ WCF.Search.Message.KeywordList = WCF.Search.Base.extend({
                this._divider = $('<li class="dropdownDivider" />').hide().insertBefore($lastDivider);
                this._list = $('<li class="dropdownList"><ul /></li>').hide().insertBefore($lastDivider).children('ul');
                
-               // supress clicks on checkboxes
+               // suppress clicks on checkboxes
                $dropdownMenu.find('input, label').on('click', function(event) { event.stopPropagation(); });
                
                this._proxy = new WCF.Action.Proxy({
index 66f2afc4ab41bb2b654f0630c4ff5e4567288773..aec0ca94305aae75cb44221a72df9c66c0a6a659 100644 (file)
@@ -2175,7 +2175,7 @@ WCF.User.ProfilePreview = WCF.Popover.extend({
 });
 
 /**
- * Initalizes WCF.User.Action namespace.
+ * Initializes WCF.User.Action namespace.
  */
 WCF.User.Action = {};
 
@@ -2443,7 +2443,7 @@ if (COMPILER_TARGET_DEFAULT) {
                _userID: 0,
                
                /**
-                * Initalizes a new WCF.User.Avatar.Upload object.
+                * Initializes a new WCF.User.Avatar.Upload object.
                 *
                 * @param        integer                        userID
                 */
index 63feb48ac8b3a958595212b20d33f3a74216c001..2c12bf77cae390361d7489707f37f37f8d53f882 100755 (executable)
@@ -2096,7 +2096,7 @@ if (COMPILER_TARGET_DEFAULT) {
                },
                
                /**
-                * Tiggers the toggle effect on a button
+                * Triggers the toggle effect on a button
                 *
                 * @param        jQuery        $container
                 * @param        jQuery        $toggleButton
@@ -2174,7 +2174,7 @@ else {
 }
 
 /**
- * Executes provided callback if scroll threshold is reached. Usuable to determine
+ * Executes provided callback if scroll threshold is reached. Usable to determine
  * if user reached the bottom of an element to load new elements on the fly.
  * 
  * If you do not provide a value for 'reference' and 'target' it will assume you're
@@ -2312,7 +2312,7 @@ WCF.Date.Util = {
        
        /**
         * Returns a Date object with precise offset (including timezone and local timezone).
-        * Parameters timestamp and offset must be in miliseconds!
+        * Parameters timestamp and offset must be in milliseconds!
         * 
         * @param       integer         timestamp
         * @param       integer         offset
@@ -3246,7 +3246,7 @@ WCF.Collapsible.Remote = Class.extend({
        },
        
        /**
-        * Sets content upon successfull AJAX request.
+        * Sets content upon successful AJAX request.
         * 
         * @param       object          data
         * @param       string          textStatus
@@ -3939,7 +3939,7 @@ WCF.Table.EmptyTableHandler = Class.extend({
        _rowClassName: '',
        
        /**
-        * Initalizes a new WCF.Table.EmptyTableHandler object.
+        * Initializes a new WCF.Table.EmptyTableHandler object.
         * 
         * @param       jQuery          tableContainer
         * @param       string          rowClassName
@@ -4062,19 +4062,19 @@ WCF.Search.Base = Class.extend({
        _className: '',
        
        /**
-        * comma seperated list
+        * comma separated list
         * @var boolean
         */
        _commaSeperated: false,
        
        /**
-        * delay in miliseconds before a request is send to the server
+        * delay in milliseconds before a request is send to the server
         * @var integer
         */
        _delay: 0,
        
        /**
-        * list with values that are excluded from seaching
+        * list with values that are excluded from searching
         * @var array
         */
        _excludedSearchValues: [],
@@ -5209,7 +5209,7 @@ WCF.System.KeepAlive = Class.extend({
  */
 WCF.System.PushNotification = {
        /**
-        * list of callbacks groupped by type
+        * list of callbacks grouped by type
         * @var object<array>
         */
        _callbacks: { },
@@ -7062,7 +7062,7 @@ WCF.Language.Chooser = Class.extend({
        /**
         * Initializes the language chooser.
         *
-        * @param       {string}                                containerId             input element conainer id
+        * @param       {string}                                containerId             input element container id
         * @param       {string}                                chooserId               input element id
         * @param       {int}                                   languageId              selected language id
         * @param       {object<int, object<string, string>>}   languages               data of available languages
@@ -7120,7 +7120,7 @@ WCF.UserPanel = Class.extend({
        _revertOnEmpty: true,
        
        /**
-        * Initialites the WCF.UserPanel class.
+        * Initializes the WCF.UserPanel class.
         * 
         * @param       string          containerID
         */
@@ -7130,7 +7130,7 @@ WCF.UserPanel = Class.extend({
                this._revertOnEmpty = true;
                
                if (this._container.length != 1) {
-                       console.debug("[WCF.UserPanel] Unable to find container identfied by '" + containerID + "', aborting.");
+                       console.debug("[WCF.UserPanel] Unable to find container identified by '" + containerID + "', aborting.");
                        return;
                }
                
index 9e0d04d75c4464c89993729e216c86fb9e39a9df..631bd47c42c27e3f8c503046540471ebdf60a1c9 100644 (file)
@@ -15,7 +15,7 @@ define([], function() {
        var _touch = false;
        
        /**
-        * @exports     WoltLabSuite/Core/Enviroment
+        * @exports     WoltLabSuite/Core/Environment
         */
        return {
                /**
index 954a5e45aab2bd73cb9bd59c4874d5a4004fd14e..678f8fff68135f8abdaffcc8234e6f983e4e78cc 100644 (file)
@@ -112,7 +112,7 @@ define(['Core', 'Dictionary'], function(Core, Dictionary) {
                },
                
                /**
-                * Removes all listeners registered for an identifer and ending with a special suffix.
+                * Removes all listeners registered for an identifier and ending with a special suffix.
                 * This is commonly used to unbound event handlers for the editor.
                 * 
                 * @param       {string}        identifier      event identifier
index f88d72c9acfd1ca53841004a12dcc5519aff1655..9158cd75bccfc6b5e405c0492b849dabc6e282ec 100644 (file)
@@ -22,7 +22,7 @@ define(['Dictionary', 'Language', 'Dom/Traverse', 'Dom/Util', 'ObjectMap', 'Ui/S
                /**
                 * Initializes a language chooser.
                 * 
-                * @param       {string}                                containerId             input element conainer id
+                * @param       {string}                                containerId             input element container id
                 * @param       {string}                                chooserId               input element id
                 * @param       {int}                                   languageId              selected language id
                 * @param       {object<int, object<string, string>>}   languages               data of available languages
index 46778a1da2d8c734d665025b9908e3c110685fd2..8936933d6e27a04f7d2c113f608a85214ebe3129 100644 (file)
@@ -81,7 +81,7 @@ define(['Ajax', 'Core', 'Dom/Traverse', 'Dom/Util', 'EventKey', 'Language', 'Ui/
                },
                
                /**
-                * Hides the search string treshold error.
+                * Hides the search string threshold error.
                 */
                _hideStringThresholdError: function() {
                        var innerInfo = DomTraverse.childByClass(this._input.parentNode.parentNode, 'innerInfo');
@@ -111,7 +111,7 @@ define(['Ajax', 'Core', 'Dom/Traverse', 'Dom/Util', 'EventKey', 'Language', 'Ui/
                },
                
                /**
-                * Shows the search string treshold error.
+                * Shows the search string threshold error.
                 */
                _showStringThresholdError: function() {
                        var innerInfo = DomTraverse.childByClass(this._input.parentNode.parentNode, 'innerInfo');
index 7781ad0ab6b14f49685bf8bcc7ebca25f2e0b8aa..41fae2e104f69ca6e7f2d298f6f005316fe14346 100644 (file)
@@ -300,7 +300,7 @@ define(
                                        
                                        if (media) {
                                                var fileIcon = DomTraverse.childByTag(DomTraverse.childByClass(file, 'mediaThumbnail'), 'SPAN');
-                                               this._replaceFileIcon(fileIcon, media, 144)
+                                               this._replaceFileIcon(fileIcon, media, 144);
                                                
                                                file.className = 'jsClipboardObject mediaFile';
                                                elData(file, 'object-id', media.mediaID);
index 8e1509e228dcb5f5cda810af51bb188edd69a240..d8ee45f5ec3a2acde1b9dc76fe5ca6b8e3eef5a0 100644 (file)
@@ -218,7 +218,7 @@ define(['Core', 'Language', 'Dom/Traverse', 'Dom/Util'], function(Core, Language
                },
                
                /**
-                * Calculates top/bottom position and verifys if the element would be still within the page's boundaries.
+                * Calculates top/bottom position and verifies if the element would be still within the page's boundaries.
                 * 
                 * @param       {string}                align           align to this side of the reference element
                 * @param       {Object<string, int>}   elDimensions    element dimensions
index d0f0a2b910d010c0192f4137e89d246f7193bf1a..92d4a427953a97bfa59fb1009a89da13486a202f 100644 (file)
@@ -243,7 +243,7 @@ define(['Ajax', 'Core', 'EventHandler', 'Language', 'Dom/ChangeListener', 'Dom/U
                },
                
                /**
-                * Handles errors occured during server processing.
+                * Handles errors occurred during server processing.
                 * 
                 * @param       {Object}        data    response data
                 * @protected
index 088426aca75de24c39e92927d2ee8a816f7460ea..d33c43019d8dad83d881a278f4bd3131e05cea79 100644 (file)
@@ -205,7 +205,7 @@ define(
                },
                
                /**
-                * Calculats and sets the alignment of the dropdown identified by given id.
+                * Calculates and sets the alignment of the dropdown identified by given id.
                 * 
                 * @param       {string}        containerId     dropdown wrapper id
                 */
index 0b949f8e292d2fa97149a1e3c6bb7bc7e3775ad5..5e5ba04e96e20bb378bb0f44b7f2f52a8aa5c3b0 100644 (file)
@@ -31,7 +31,7 @@ define(['Ajax', 'Core', 'Dictionary', 'Language', 'Dom/ChangeListener', 'Dom/Uti
        }
        
        /**
-        * @param       {Object}        options         initilization options
+        * @param       {Object}        options         initialization options
         * @constructor
         */
        function UiMessageManager(options) { this.init(options); }
@@ -39,7 +39,7 @@ define(['Ajax', 'Core', 'Dictionary', 'Language', 'Dom/ChangeListener', 'Dom/Uti
                /**
                 * Initializes a new manager instance.
                 * 
-                * @param       {Object}        options         initilization options
+                * @param       {Object}        options         initialization options
                 */
                init: function(options) {
                        this._elements = null;
index 469041fa77925f490023f0feea5ca12cbcad4b64..272f1e8b940c285085212e1c1d78751be3d38d6b 100644 (file)
@@ -276,7 +276,7 @@ define(['Ajax', 'Core', 'EventHandler', 'Language', 'Dom/ChangeListener', 'Dom/U
                },
                
                /**
-                * Handles errors occured during server processing.
+                * Handles errors occurred during server processing.
                 * 
                 * @param       {Object}        data    response data
                 * @protected
index 1affbc7158f6c9c76f43669fc8da4d5cd2b1a524..83c2e7b72f1ffc42663f3d8ffdc85e027376d90b 100644 (file)
@@ -125,7 +125,7 @@ define(['Language', 'StringUtil', 'Dom/Util', 'Ui/Dialog', './Input'], function(
                },
                
                /**
-                * Handles clicks on the item unless the click occured directly on a link.
+                * Handles clicks on the item unless the click occurred directly on a link.
                 * 
                 * @param       {Event}         event           event object
                 * @protected
index 43e943d7ebfc581b887c7cb537c790a555ad9070..764bdb6f1e92a5b0d638d40b8881bb2db1c789cf 100644 (file)
@@ -24,7 +24,7 @@ define(['Core', 'Language', 'ObjectMap', 'StringUtil', 'WoltLabSuite/Core/Ui/Pag
                 * Initializes the pagination.
                 * 
                 * @param       {Element}       element         container element
-                * @param       {object}        options         list of initilization options
+                * @param       {object}        options         list of initialization options
                 */
                init: function(element, options) {
                        this._element = element;
index d9be4665022cb157edd3cfdba43fec4d8501bdc0..e18ffbcc5c751d3899caa289b414d7c1837d0634 100644 (file)
@@ -72,7 +72,7 @@
         * 
         * @param       {string}        selector        CSS selector
         * @param       {Element=}      context         target element, assuming `document` if omitted
-        * @param       {function=}     callback        callback function pased to forEach()
+        * @param       {function=}     callback        callback function passed to forEach()
         * @return      {NodeList}      matching elements
         */
        window.elBySelAll = function(selector, context, callback) {
index 3008c26aa355967e5fb9e5fbe99825d148cd6af1..9f883497a4df7b662cbd4f8b4136c46a5c83c05c 100644 (file)
@@ -95,7 +95,7 @@ class LabelEditForm extends LabelAddForm {
                
                $this->saved();
                
-               // reset values if non-custom value was choosen
+               // reset values if non-custom value was chosen
                if ($this->cssClassName != 'custom') $this->customCssClassName = '';
                
                $this->groupID = $this->labelObj->groupID;
index b14cbbda9f9fae0584784ba90a94b32990510004..fd6bd48acb486d2c11f81a49352d73dee2fe680b 100644 (file)
@@ -282,7 +282,7 @@ class UserOptionAddForm extends AbstractForm {
        public function save() {
                parent::save();
                
-               $additionalData = array();
+               $additionalData = [];
                if ($this->optionType == 'select') $additionalData['allowEmptyValue'] = true;
                if ($this->optionType == 'message') $additionalData['messageObjectType'] = 'com.woltlab.wcf.user.option.generic';
                
index 030a1d995378f2e026fc5704ef6d1a1c1cb588a5..265f67c557303910b6da75b929591fac47dcd139 100644 (file)
@@ -60,7 +60,7 @@ class UserOptionEditForm extends UserOptionAddForm {
                I18nHandler::getInstance()->save('optionName', 'wcf.user.option.'.$this->userOption->optionName, 'wcf.user.option');
                I18nHandler::getInstance()->save('optionDescription', 'wcf.user.option.'.$this->userOption->optionName.'.description', 'wcf.user.option');
                
-               $additionalData = array();
+               $additionalData = [];
                if ($this->optionType == 'message') $additionalData['messageObjectType'] = 'com.woltlab.wcf.user.option.generic';
                
                $this->objectAction = new UserOptionAction([$this->userOption], 'update', ['data' => array_merge($this->additionalFields, [
index 724d4c8d2e6f6768bfc77d7c328fcc38585c20b5..0828e8b080801731a69274c2f62224a2323ee40f 100644 (file)
@@ -74,7 +74,7 @@ class UserRankEditForm extends UserRankAddForm {
                $this->objectAction->executeAction();
                $this->saved();
                
-               // reset values if non-custom value was choosen
+               // reset values if non-custom value was chosen
                if ($this->cssClassName != 'custom') $this->customCssClassName = '';
                
                // show success message
index 5458bc1c70de20cd594f7ddfe3469537db04cf9a..df5a569273ed8dfb6718e93bfa35e60edeb9d760 100644 (file)
@@ -162,7 +162,7 @@ class AJAXInvokeAction extends AbstractSecureAction {
        }
        
        /**
-        * Throws an previously catched exception while maintaining the propriate stacktrace.
+        * Throws an previously caught exception while maintaining the propriate stacktrace.
         * 
         * @param       \Exception|\Throwable   $e
         * @throws      AJAXException
index d65cb4b2648d84a1a73fc0ce6f268ce04ff5a08f..171ab1575ac08e426104368204b858cd00caceb7 100644 (file)
@@ -202,7 +202,7 @@ class TwitterAuthAction extends AbstractAction {
        /**
         * Builds the OAuth authorization header.
         * 
-        * @param       array $parameters
+        * @param       array           $parameters
         * @return      string
         */
        public function buildOAuthHeader(array $parameters) {
@@ -218,9 +218,10 @@ class TwitterAuthAction extends AbstractAction {
        /**
         * Creates an OAuth 1 signature.
         * 
-        * @param       string $url
-        * @param       array $parameters
-        * @param       string $tokenSecret
+        * @param       string          $url
+        * @param       array           $parameters
+        * @param       string          $tokenSecret
+        * @param       string          $method
         * @return      string
         */
        public function createSignature($url, array $parameters, $tokenSecret = '', $method = 'POST') {
index 5213b38040c6fe77d649225a31642a34a97cffc2..3c6a257fbd38d01d00cf91f9149200e256439bc3 100644 (file)
@@ -9,7 +9,7 @@ use wcf\util\UserRegistrationUtil;
 use wcf\util\UserUtil;
 
 /**
- * Provdes methods related to the guest dialog of message quick reply.
+ * Provides methods related to the guest dialog of message quick reply.
  * 
  * @author     Matthias Schmudt
  * @copyright  2001-2017 WoltLab GmbH
@@ -95,7 +95,7 @@ trait TMessageQuickReplyGuestDialogAction {
        /**
         * Validates the entered username in the guest dialog.
         * 
-        * @return      string          type of the validation error or empty if no error occured
+        * @return      string          type of the validation error or empty if no error occurred
         * @throws      \BadMethodCallException
         */
        protected function validateGuestDialogUsername() {
index bdeea6e187fec5d1a01001a4579c5fd56d0672c5..793783ede6004dbebd5e9dd6ab0eb19fd5f1726e 100644 (file)
@@ -15,7 +15,7 @@ use wcf\system\WCF;
  * @property-read      integer|null    $userID                 id of the user the acp session belongs to or `null` if the acp session belongs to a guest
  * @property-read      string          $ipAddress              id of the user whom the acp session belongs to
  * @property-read      string          $userAgent              user agent of the user whom the acp session belongs to
- * @property-read      integer         $lastActivityTime       timestamp at which the latest activity occured
+ * @property-read      integer         $lastActivityTime       timestamp at which the latest activity occurred
  * @property-read      string          $requestURI             uri of the latest request
  * @property-read      string          $requestMethod          used request method of the latest request (`GET`, `POST`)
  * @property-read      string          $sessionVariables       serialized array with variables stored on a session-basis
index c67c8b2f145c1a9fd7296412d1ad5d71855f94e0..90815ad23868fb52f9090bd5ccc36a2f2fc2ce8d 100644 (file)
@@ -19,7 +19,7 @@ use wcf\system\WCF;
  * @property-read      integer         $packageID              id of the package which delivers the bbcode or `1` if it has been created in the acp
  * @property-read      string          $htmlOpen               html code of the opening tag (without the less-than sign and greater-than sign) or empty if no such html code exists
  * @property-read      string          $htmlClose              html code of the closing tag (without the less-than sign and greater-than sign) or empty if no such html code exists
- * @property-read      string          $className              name of the PHP class impementing `wcf\system\bbcode\IBBCode` or empty if no such class exists
+ * @property-read      string          $className              name of the PHP class implementing `wcf\system\bbcode\IBBCode` or empty if no such class exists
  * @property-read      integer         $isBlockElement         is `1` if the bbcode represents a block element and thus can contain multiple lines, otherwise `0`
  * @property-read      string          $wysiwygIcon            css class name used as icon for the bbcode in the editor toolbar
  * @property-read      string          $buttonLabel            name of the language item used as button label for the bbcode in the editor toolbar
index 4935e9621f6a2380d44ee9717f124cd23aeb3543..f172bab73f161ec57267a5192a5c41000f5036e6 100644 (file)
@@ -14,7 +14,7 @@ use wcf\system\request\RequestHandler;
  */
 class MenuItemNodeTree {
        /**
-        * if `false`, individual menu item visibilit will not be checked
+        * if `false`, individual menu item visibility will not be checked
         * @var boolean
         */
        public $checkVisibility;
@@ -54,7 +54,7 @@ class MenuItemNodeTree {
         * 
         * @param       integer         $menuID                 menu id
         * @param       MenuItemList    $menuItemList           optional object to be provided when building the tree from cache
-        * @param       boolean         $checkVisibility        if `false`, individual menu item visibilit will not be checked
+        * @param       boolean         $checkVisibility        if `false`, individual menu item visibility will not be checked
         */
        public function __construct($menuID, MenuItemList $menuItemList = null, $checkVisibility = true) {
                $this->menuID = $menuID;
@@ -162,7 +162,7 @@ class MenuItemNodeTree {
        }
        
        /**
-        * Returns the iteratable node list.
+        * Returns the iterable node list.
         *
         * @return      \RecursiveIteratorIterator
         */
index fbc78581b3fdd01c7b13ba3091120a267c2dfb64..fc4e867a189346520d7ce048721791996c2cd8e6 100644 (file)
@@ -28,7 +28,7 @@ use wcf\util\StringUtil;
  * @property-read      string          $permissions            comma separated list of user group permissions of which the active user needs to have at least one to set the option value
  * @property-read      string          $options                comma separated list of options of which at least one needs to be enabled for the option to be editable
  * @property-read      integer         $supportI18n            is `1` if the option supports different values for all available languages, otherwise `0`
- * @property-read      integer         $requireI18n            is `1` if `$supportI18n = 1` and the option's value has to explicily set for all values so that the `monolingual` option is not available, otherwise `0`
+ * @property-read      integer         $requireI18n            is `1` if `$supportI18n = 1` and the option's value has to explicitly set for all values so that the `monolingual` option is not available, otherwise `0`
  * @property-read      array           $additionalData         array with additional data of the option
  */
 class Option extends DatabaseObject {
index e9821a75670489fb2d13375ded3dfe2cfb298c56..3e4dd021986f36050960ccbe76a03f57148485b8 100644 (file)
@@ -431,7 +431,7 @@ class PackageUpdateAction extends AbstractDatabaseObjectAction {
                        throw new UserInputException('packages');
                }
                
-               // validate packages for their existance
+               // validate packages for their existence
                $availableUpdates = PackageUpdateDispatcher::getInstance()->getAvailableUpdates();
                foreach ($this->parameters['packages'] as $packageName => $versionNumber) {
                        $isValid = false;
index a8d5bbe812dfef60f529d3b58f1870a006d2a544..6071f22fe1035f4203fee9681a652002da0be22f 100644 (file)
@@ -103,7 +103,7 @@ class PageNodeTree {
        }
        
        /**
-        * Returns the iteratable node list.
+        * Returns the iterable node list.
         *
         * @return      \RecursiveIteratorIterator
         */
index 43ec8f95ffa7efeb8da6449311714509ab5bced3..b33a555f48a527924fbad8e28eab336ce88bf259 100644 (file)
@@ -21,7 +21,7 @@ use wcf\system\WCF;
  * @property-read      integer         $paymentMethodObjectTypeID      id of the `com.woltlab.wcf.payment.method` object type
  * @property-read      integer         $logTime                        timestamp at which the log has been created
  * @property-read      string          $transactionID                  identifier of the paid subscription transaction
- * @property-read      string          $transactionDetails             serialized defailts of the paid subscription transaction
+ * @property-read      string          $transactionDetails             serialized details of the paid subscription transaction
  * @property-read      string          $logMessage                     log message describing the status of the paid subscription transaction
  */
 class PaidSubscriptionTransactionLog extends DatabaseObject {
index 17941022ac3f79c47daea821e9c2bed8a27f92f8..052547b3f44ef30eb8090857842bc7effdc1dd6b 100644 (file)
@@ -16,7 +16,7 @@ use wcf\util\ArrayUtil;
  * @property-read      integer         $tagID          unique id of the tag
  * @property-read      integer         $languageID     id of the language the tag belongs to
  * @property-read      string          $name           name/text of the tag
- * @property-read      integer|null    $synonymFor     id of the tag for which the tag is a synoym or `null` if the tag is no synonym
+ * @property-read      integer|null    $synonymFor     id of the tag for which the tag is a synonym or `null` if the tag is no synonym
  */
 class Tag extends DatabaseObject implements IRouteController {
        /**
index 63bf30922d53922aafa68dff80b2a9118baa3f00..4b54e46d626f6df3376b121cb0d373a910e055e4 100644 (file)
@@ -17,7 +17,7 @@ use wcf\system\request\IRouteController;
  * @property-read      integer         $assignmentID           unique id of the automatic user group assignment
  * @property-read      integer         $groupID                id of the user group to which users are automatically assigned
  * @property-read      string          $title                  title of the automatic user group assignment
- * @property-read      integer         $isDisabled             is `1` if the user group assigment is disabled and thus not checked for automatic assigments, otherwise `0`
+ * @property-read      integer         $isDisabled             is `1` if the user group assignment is disabled and thus not checked for automatic assignments, otherwise `0`
  */
 class UserGroupAssignment extends DatabaseObject implements IRouteController {
        /**
index 296c87a44f7a67609fb8e1b206b88e8ae91e09ab..c6b6bc4feb56d4e693dd8c8d0b3eeafaa1b0c5df 100644 (file)
@@ -20,9 +20,9 @@ use wcf\system\WCF;
  * @property-read      integer|null    $authorID               id of the user that triggered the user notification or null if there is no such user or the user was a guest
  * @property-read      integer         $timesTriggered         number of times a stacked notification has been triggered by registered users
  * @property-read      integer         $guestTimesTriggered    number of times a stacked notification has been triggered by guests
- * @property-read      integer         $userID                 id of the user who recieves the user notification
+ * @property-read      integer         $userID                 id of the user who receives the user notification
  * @property-read      integer         $time                   timestamp at which the user notification has been created
- * @property-read      integer         $mailNotified           is 0 has not be notified by mail about the user notifiction, otherwise 1
+ * @property-read      integer         $mailNotified           is 0 has not be notified by mail about the user notification, otherwise 1
  * @property-read      integer         $confirmTime            timestamp at which the user notification has been marked as confirmed/read
  * @property-read      array           $additionalData         array with additional data of the user notification event
  */
index 525c0e8d19c301c8edc97c85dca1a2764cb4c2ff..373a0eba0151b0f25fe70e0f222be9e7200cbce9 100644 (file)
@@ -164,7 +164,7 @@ class UserNotificationAction extends AbstractDatabaseObjectAction {
        }
        
        /**
-        * Validates the 'getOustandingNotifications' action.
+        * Validates the 'getOutstandingNotifications' action.
         */
        public function validateGetOutstandingNotifications() {
                // does nothing
index 918b1b2e1eaf5b2cb3a5fb220b098a939a4a3ee9..0528f4feb523b49ae855dcad5c179593cf81dc09 100644 (file)
@@ -21,7 +21,7 @@ use wcf\system\user\notification\event\IUserNotificationEvent;
  * @property-read      string          $permissions                    comma separated list of user group permissions of which the active user needs to have at least one to see the user notification event setting
  * @property-read      string          $options                        comma separated list of options of which at least one needs to be enabled for the user notification event setting to be shown
  * @property-read      integer         $preset                         is `1` if the user notification event is enabled by default otherwise `0`
- * @property-read      string          $presetMailNotificationType     default mail notification type if the user notification event is enabled by defauled, otherwise empty
+ * @property-read      string          $presetMailNotificationType     default mail notification type if the user notification event is enabled by default, otherwise empty
  */
 class UserNotificationEvent extends ProcessibleDatabaseObject {
        use TDatabaseObjectOptions;
index 04759e293afdff55fcec3e415f050c6848ddb545..d6b96fc155fa80872d2d1e56916a0692dca8d030 100644 (file)
@@ -24,7 +24,7 @@ use wcf\system\WCF;
  * @property-read      integer         $showOrder              position of the user profile menu item in relation to its siblings
  * @property-read      string          $permissions            comma separated list of user group permissions of which the active user needs to have at least one to see the user profile menu item
  * @property-read      string          $options                comma separated list of options of which at least one needs to be enabled for the user profile menu item to be shown
- * @property-read      string          $className              name of the PHP class implementing `wcf\system\menu\user\profile\content\IUserProfileMenuContent` handling outputing the content of the user profile tab
+ * @property-read      string          $className              name of the PHP class implementing `wcf\system\menu\user\profile\content\IUserProfileMenuContent` handling outputting the content of the user profile tab
  */
 class UserProfileMenuItem extends DatabaseObject {
        use TDatabaseObjectOptions;
index c491aaddcaaa49da3b5dfaeaceecdd6d853caf3b..f2036d28be675bb98106fc740bba9b96a9605482 100644 (file)
@@ -19,7 +19,7 @@ use wcf\util\StringUtil;
  * @property-read      string          $cssClassName           css class name used when displaying the user rank
  * @property-read      string          $rankImage              (WCF relative) path to the image displayed next to the rank or empty if no rank image exists
  * @property-read      integer         $repeatImage            number of times the rank image is displayed
- * @property-read      integer         $requiredGender         numeric representation of the user's genered required for the user rank (see `UserProfile::GENDER_*` constants) or 0 if no specific gender is required
+ * @property-read      integer         $requiredGender         numeric representation of the user's gender required for the user rank (see `UserProfile::GENDER_*` constants) or 0 if no specific gender is required
  */
 class UserRank extends DatabaseObject {
        /**
index dfca0e4253f3cff8f555edf56ea2c9c157fd3b9a..9104fbebd32816b3d2d253631317c25124c444cb 100644 (file)
@@ -40,7 +40,7 @@ class ModerationListPage extends SortablePage {
        public $defaultSortOrder = 'DESC';
        
        /**
-        * definiton id for filtering
+        * definition id for filtering
         * @var integer
         */
        public $definitionID = 0;
index e93693d502f5294ab92e18696bbc334b60ab41f9..6a0b38664985d5da038d5139c29b43ff39fa943c 100644 (file)
@@ -256,7 +256,7 @@ class WCF {
         */
        public static final function handleException($e) {
                if (ob_get_level()) {
-                       // discard any output generated before the exception occured, prevents exception
+                       // discard any output generated before the exception occurred, prevents exception
                        // being hidden inside HTML elements and therefore not visible in browser output
                        ob_end_clean();
                        
index 1a47cbd73a9f7dbf546e35e1a42a98b69fc0f8a6..84c875cdbbf5f17516dbe09f7cc5a3d60d6f14cb 100644 (file)
@@ -42,7 +42,7 @@ class ACLHandler extends SingletonFactory {
        protected $categories = [];
        
        /**
-        * Assignes the acl values to the template.
+        * Assigns the acl values to the template.
         * 
         * @param       integer         $objectTypeID
         */
index 0577b2f32ae864f80ef045a5824a7dcd37a89a4c..5dfe9734c3a5008cf81bae0d4359564939ff9a28 100644 (file)
@@ -279,13 +279,13 @@ class BBCodeParser extends SingletonFactory {
                $attributesString = '';
                foreach ($this->bbcodes[$tag['name']]->getAttributes() as $attribute) {
                        if (isset($tag['attributes'][$attribute->attributeNo])) {
-                               $atrributeString = '';
+                               $attributeString = '';
                                if (!empty($attribute->attributeHtml)) {
-                                       $atrributeString = ' '.$attribute->attributeHtml;
+                                       $attributeString = ' '.$attribute->attributeHtml;
                                }
                                
-                               if (!empty($atrributeString)) {
-                                       $attributesString .= sprintf($atrributeString, $tag['attributes'][$attribute->attributeNo]);
+                               if (!empty($attributeString)) {
+                                       $attributesString .= sprintf($attributeString, $tag['attributes'][$attribute->attributeNo]);
                                }
                        }
                }
@@ -428,12 +428,12 @@ class BBCodeParser extends SingletonFactory {
        /**
         * Builds the tag array from the given text.
         * 
-        * @param       boolean         $ignoreSoureCodes
+        * @param       boolean         $ignoreSourceCodes
         */
-       public function buildTagArray($ignoreSoureCodes = true) {
+       public function buildTagArray($ignoreSourceCodes = true) {
                // build tag pattern
                $validTags = '';
-               if (!$ignoreSoureCodes) {
+               if (!$ignoreSourceCodes) {
                        $validTags = implode('|', array_keys($this->bbcodes));
                }
                else {
index fb6a0ae4310374c29284e35ce2bb3ca47debe359..54af6e23e3002e07e42b25d07e211463ab981159 100644 (file)
@@ -48,7 +48,7 @@ class PhpHighlighter extends Highlighter {
                // remove added php tags
                if ($phpTagsAdded) {
                        // the opening and closing PHP tags were added previously, hence we actually do
-                       // know that the first (last for the closing tag) occurence is the one inserted
+                       // know that the first (last for the closing tag) occurrence is the one inserted
                        // by us. The previously used regex was bad because it was significantly slower
                        // and could easily hit the backtrace limit for larger inputs
                        $openingTag = mb_strpos($highlightedCode, '&lt;?php&nbsp;');
index 7f4e17a3c348dab8b5ada21e93fd35a6b093dc09..a427ca6e0837cf724489a422e992c64d411ecd8e 100644 (file)
@@ -124,7 +124,7 @@ class CacheHandler extends SingletonFactory {
        }
        
        /**
-        * Unifys parameter order, numeric indizes will be discarded.
+        * Unifies parameter order, numeric indices will be discarded.
         * 
         * @param       array           $parameters
         * @return      array
index 522c960be1e299b146bd24b1957d29aa4d9744d2..c787dc4e1c17e95455be4f9642abe04766feb5e0 100644 (file)
@@ -3,7 +3,7 @@ namespace wcf\system\cache\runtime;
 use wcf\data\DatabaseObject;
 
 /**
- * Handles runtime caches to centrally store objects fetched during tuntime for reuse.
+ * Handles runtime caches to centrally store objects fetched during runtime for reuse.
  * 
  * @author     Matthias Schmidt
  * @copyright  2001-2017 WoltLab GmbH
index 2508fbd73baa2ef6b2cea71f1d532cdf619ce1c0..f96d861e57d73144665f1ed3b1e64fe2c63f1188 100644 (file)
@@ -45,7 +45,7 @@ abstract class AbstractCategoryType extends SingletonFactory implements ICategor
        protected $permissionPrefix = '';
        
        /**
-        * maximum category nesting lebel
+        * maximum category nesting label
         * @var integer
         */
        protected $maximumNestingLevel = -1;
index 88a17e0957988172913c5bc13d3458f12171884d..dd64fcc6e571c2ad328dc8b3f57021dfa9c8b476 100644 (file)
@@ -29,7 +29,7 @@ class CategoryHandler extends SingletonFactory {
        protected $objectTypeCategoryIDs = [];
        
        /**
-        * mapes the names of the category object types to the object type ids
+        * maps the names of the category object types to the object type ids
         * @var integer[]
         */
        protected $objectTypeIDs = [];
@@ -64,7 +64,7 @@ class CategoryHandler extends SingletonFactory {
        }
        
        /**
-        * Returns the category with the given id or `null` if no such category ecists.
+        * Returns the category with the given id or `null` if no such category exists.
         * 
         * @param       integer         $categoryID
         * @return      Category|null
index f1e7bc093d078651b726d79389f3dc0f0cd7990b..05d7eebf49dc49cd229b8409af1091b322331a44 100644 (file)
@@ -82,7 +82,7 @@ class CLICommandHandler {
        }
        
        /**
-        * Returns the parameterlist of the given line.
+        * Returns the parameter list of the given line.
         * 
         * @param       string          $line
         * @return      string[]
index 08e1df86d6c6759ca4897d6ea4ba01bcdb876230..51650d6a0dc15a2093e6bb5949b20a9cff2a8b26 100644 (file)
@@ -90,7 +90,7 @@ abstract class Database {
        protected $activeTransactions = 0;
        
        /**
-        * Creates a Dabatase Object.
+        * Creates a Database Object.
         * 
         * @param       string          $host                   SQL database server host address
         * @param       string          $user                   SQL database server username
index 927a4a414c70e7eb42a50e0919326c740ad62aaa..1bd16d8607b3fcbf953986ee4cec9bbfc0c1d169 100644 (file)
@@ -43,7 +43,7 @@ class PreparedStatementConditionBuilder extends ConditionBuilder {
                        $condition = preg_replace_callback('/\?/', $callback, $condition);
                }
                
-               // add condtion
+               // add condition
                if (!empty($this->conditions)) $this->conditions .= $this->concat;
                $this->conditions .= $condition;
                
index 0591c088874654c217b0e28d508cc98b5a438a44..ed797bdebbf1db722ecd3cf2626a55cc6fe2ead8 100644 (file)
@@ -45,7 +45,7 @@ class RecipientAwareTextMimePart extends TextMimePart implements IRecipientAware
         * @param       string  $mimeType       Mime type to provide in the email. You *must* not provide a charset. UTF-8 will be used automatically.
         * @param       string  $template       Template to evaluate
         * @param       string  $application    Application of the template to evaluate (default: wcf)
-        * @param       mixed   $content        Content of this text part. Passend as 'content' to the template. If it is an array it will additionally be merged with the template variables.
+        * @param       mixed   $content        Content of this text part. Passed as 'content' to the template. If it is an array it will additionally be merged with the template variables.
         */
        public function __construct($mimeType, $template, $application = 'wcf', $content = null) {
                parent::__construct($content, $mimeType);
index ad93c7f1cb15390885082d8afc64e7e7134f6cf2..162ac26d9084ea01a6bfb1899d4c9c5d68dec264 100644 (file)
@@ -20,7 +20,7 @@ use wcf\util\JSON;
  */
 abstract class AbstractHtmlInputNodeProcessorListener implements IParameterizedEventListener {
        /**
-        * Returns the ids of the objects linked in the text proccessed by the given
+        * Returns the ids of the objects linked in the text processed by the given
         * processor matching the given regular expression.
         * 
         * @param       HtmlInputNodeProcessor          $processor
index a999cd5592159f98ab33d49916a9ac1d90ffe2ae..fc742c6b8d855de0aeec6e34df456921fe69017f 100644 (file)
@@ -68,7 +68,7 @@ interface IFormElement {
        public function setError($error);
        
        /**
-        * Returns localized error message, empty if no error occured.
+        * Returns localized error message, empty if no error occurred.
         * 
         * @return      string
         */
index 3430987fc49e3fa68e7505049178fbe3cdd50c95..fb24e2c2765d838cc50b022ea8d8c31e3b545245 100644 (file)
@@ -61,7 +61,7 @@ interface IFormElementContainer {
        public function appendChild(IFormElement $element);
        
        /**
-        * Preprens a new child to stack.
+        * Prepends a new child to stack.
         * 
         * @param       IFormElement    $element
         */
index 0638ba6251701464a2f3fe9cb49dbb827b110ea9..6cc41b89fdd527f75e9690bb5c3506df69df6d35 100644 (file)
@@ -94,7 +94,7 @@ abstract class AbstractFormElement implements IFormElement {
        }
        
        /**
-        * Returns class attribute if an error occured.
+        * Returns class attribute if an error occurred.
         * 
         * @return      string
         */
@@ -103,7 +103,7 @@ abstract class AbstractFormElement implements IFormElement {
        }
        
        /**
-        * Returns an error message if occured.
+        * Returns an error message if occurred.
         * 
         * @return      string
         */
index e6669811f073ca83374e9f1fc60701c7fc846445..dcaa35800e7f9ff1106e910be9dbbaaf1d8411bc 100644 (file)
@@ -232,7 +232,7 @@ class HtmlOutputNodeProcessor extends AbstractHtmlNodeProcessor {
        }
        
        /**
-        * Returns true if text node is inside a code element, suppresing any
+        * Returns true if text node is inside a code element, suppressing any
         * auto-detection of content.
         *
         * @param       \DOMText        $text           text node
index 863e3804caa6dacbbeeec8add9c5d6ce5863ea1f..bca0da754a81c8bcfa2782a315b48ce2a1103201 100644 (file)
@@ -142,7 +142,7 @@ class I18nHandler extends SingletonFactory {
        
        /**
         * Returns the values for the given element. If the element is multilingual,
-        * the multilingual values are returned, otherweise the plain value is
+        * the multilingual values are returned, otherwise the plain value is
         * returned for each language id.
         * 
         * @param       string          $elementID
index 16f24bb7f996f37379d32d1167278e8a97bb7382..e124e504b8dfd5ff74658c1170cdf3248ac17a33 100644 (file)
@@ -251,7 +251,7 @@ class Mail {
        }
        
        /**
-        * Sets the recpients of this mail.
+        * Sets the recipients of this mail.
         * 
         * @param       mixed           $to
         */
index 7aa3f150ca0cc828a9fc353ed8d782ac4d0c19ef..3131a0ca2053266c14568a40959c5ed67536d686 100644 (file)
@@ -222,6 +222,7 @@ class MessageEmbeddedObjectManager extends SingletonFactory {
         * 
         * @param       string          $messageObjectType
         * @param       integer         $messageID
+        * @param       integer         $languageID
         */
        public function setActiveMessage($messageObjectType, $messageID, $languageID = null) {
                $this->activeMessageObjectTypeID = ObjectTypeCache::getInstance()->getObjectTypeIDByName('com.woltlab.wcf.message', $messageObjectType);
index 85c5c0fe8194c539e1240e80ef69e4a78528382f..a9415ec1cc6420fee0be47be3bc1d2dda18acdca 100644 (file)
@@ -86,7 +86,7 @@ interface IModerationQueueHandler {
        
        /**
         * Returns the prefix of language items for notifications for comments
-        * and comment reponses on moderation queues of this type. 
+        * and comment responses on moderation queues of this type.
         * 
         * @return      string
         * @since       3.0
index 1647b12b27fa006ff7aa12c553e83707cb9e64fb..2dc3f0dbc54644eca9696a1d80c8f978aad870be 100644 (file)
@@ -162,7 +162,7 @@ class ModerationQueueManager extends SingletonFactory {
        }
        
        /**
-        * Returns a list of object type ids for given definiton ids.
+        * Returns a list of object type ids for given definition ids.
         * 
         * @param       integer[]               $definitionIDs
         * @return      integer[]
index 012de309fa77ea5a0ab152e614db54f8404267b2..e5e74e47c23adbf5c66469ff1f381a628a1efd29 100644 (file)
@@ -27,7 +27,7 @@ interface IOptionHandler {
        public function readUserInput(array &$source);
        
        /**
-        * Validates user input, returns an array with all occured errors.
+        * Validates user input, returns an array with all occurred errors.
         * 
         * @return      array
         */
index 6841b165d713491b6559525e3b4fe71e1bd6e7bc..49c3bd5500b5cfc690e839c364ac47e3dcdafbe2 100644 (file)
@@ -6,7 +6,7 @@ use wcf\system\WCF;
 use wcf\util\StringUtil;
 
 /**
- * Handels form documents associated with a queue.
+ * Handles form documents associated with a queue.
  * 
  * @author     Alexander Ebert
  * @copyright  2001-2017 WoltLab GmbH
index 3b10348204242cbf8423f2cad8f3a69d9af4847a..f27bb6658d7302eb6a61de71a0e7c90ff2deb227 100644 (file)
@@ -623,7 +623,7 @@ class PackageInstallationNodeBuilder {
        
        /**
         * Builds nodes for optional packages, whereas each package exists within
-        * one node with the same parent node, seperated by sequence no (which does
+        * one node with the same parent node, separated by sequence no (which does
         * not really matter at this point).
         */
        protected function buildOptionalNodes() {
index 44bf007809e7b360b56aa6629bd20185e73a3dff..13bffe529872c822551481f2e62fea47a2f1dc66 100644 (file)
@@ -67,7 +67,7 @@ class PackageInstallationScheduler {
        }
        
        /**
-        * Trys to install a new package. Checks the virtual package version list.
+        * Tries to install a new package. Checks the virtual package version list.
         * 
         * @param       string          $package                package identifier
         * @param       string          $minversion             preferred package version
@@ -142,7 +142,7 @@ class PackageInstallationScheduler {
        }
        
        /**
-        * Resolves the package requirements of an package uppdate.
+        * Resolves the package requirements of an package update.
         * Starts the installation or update to higher version of required packages.
         * 
         * @param       integer         $packageUpdateVersionID
index 8e624caba478e4d5071de607e1508c5caa913a84..9e2045721e42b75af58d9f4a94f010fa42b48cc0 100644 (file)
@@ -192,7 +192,7 @@ class LanguagePackageInstallationPlugin extends AbstractXMLPackageInstallationPl
        }
        
        /**
-        * Deletes categories which where changed by an update or deinstallation
+        * Deletes categories which where changed by an update or uninstallation
         * in case they are now empty.
         * 
         * @param       array           $categoryIDs
index 1c943e59269303f9f7ccd150d7b1abccd74e7e1f..9f862923fcf227a61894606f970dc90307fe9555 100644 (file)
@@ -40,7 +40,7 @@ class PackageValidationArchive implements \RecursiveIterator {
        protected $depth = 0;
        
        /**
-        * exception occured during validation
+        * exception occurred during validation
         * @var \Exception
         */
        protected $exception = null;
@@ -342,7 +342,7 @@ class PackageValidationArchive implements \RecursiveIterator {
        }
        
        /**
-        * Returns the occured exception.
+        * Returns the occurred exception.
         * 
         * @return      \Exception
         */
index 6950cb710dbc22fb1aa591b401521a232a78cbe4..677fdce0ed9455b508722e5e524d408383d8ebac 100644 (file)
@@ -5,7 +5,7 @@ use wcf\system\package\PackageArchive;
 use wcf\system\WCF;
 
 /**
- * Represents exceptions occured during validation of a package archive. This exception
+ * Represents exceptions occurred during validation of a package archive. This exception
  * does not cause the details to be logged.
  * 
  * @author     Alexander Ebert
index 8ea7dfd8239ed44f80e0c168ddc6d8c0788b951b..e284a890c0557574371fd7dceed13ce2a1ffa5cf 100644 (file)
@@ -62,7 +62,7 @@ class PackageValidationManager extends SingletonFactory {
        }
        
        /**
-        * Validates given archive for existance and ability to be installed/updated. If you set the
+        * Validates given archive for existence and ability to be installed/updated. If you set the
         * second parameter $deepInspection to "false", the system will only check if the archive
         * looks fine, this is useful for a rough check during upload when a more detailed check will
         * be performed afterwards.
@@ -130,7 +130,7 @@ class PackageValidationManager extends SingletonFactory {
        }
        
        /**
-        * Returns the iteratable package archive list.
+        * Returns the iterable package archive list.
         * 
         * @return      \RecursiveIteratorIterator
         */
index 8c71a8263f0e81927b5b83bc028ca87f95aeb39d..bbb2ac67c29afc4a0f7035de9822653260394069 100644 (file)
@@ -52,7 +52,7 @@ class PaidSubscriptionPaymentType extends AbstractPaymentType {
                        
                        $logMessage = '';
                        if ($status == 'completed') {
-                               // validate payment amout
+                               // validate payment amount
                                if ($amount != $subscription->cost || $currency != $subscription->currency) {
                                        throw new SystemException('invalid payment amount');
                                }
index 1b3621af9609123f076cafadb442c2e6fd612916..bf3cd7e0e9ba0b0ff02b24c6b4222a15b55671ba 100644 (file)
@@ -54,7 +54,7 @@ class ACPSearchResultList implements \Countable, \Iterator {
         * @param       integer         $count
         */
        public function reduceResults($count) {
-               // more results than available should be whiped, just set it to 0
+               // more results than available should be wiped, just set it to 0
                if ($count >= count($this->results)) {
                        $this->results = [];
                }
index a97a07bb4699ea9153ebb0074a534c4119bba79b..3e029e37d5b44235f815c1f2292ba9914a3b6c94 100644 (file)
@@ -38,7 +38,7 @@ use wcf\util\UserUtil;
  * @property-read      integer|null    $userID                 id of the user the session belongs to or `null` if the acp session belongs to a guest
  * @property-read      string          $ipAddress              id of the user whom the session belongs to
  * @property-read      string          $userAgent              user agent of the user whom the session belongs to
- * @property-read      integer         $lastActivityTime       timestamp at which the latest activity occured
+ * @property-read      integer         $lastActivityTime       timestamp at which the latest activity occurred
  * @property-read      string          $requestURI             uri of the latest request
  * @property-read      string          $requestMethod          used request method of the latest request (`GET`, `POST`)
  * @property-read      integer|null    $pageID                 id of the latest page visited
index 10e621899e0739923d91347b23bed3155a8a8d62..6e9bb02cd108bd28f814e1f426ad53da57a89e66 100644 (file)
@@ -174,7 +174,7 @@ class Installer {
        }
        
        /**
-        * Checkes whether the given files overwriting locked existing files.
+        * Checks whether the given files overwriting locked existing files.
         * 
         * @param       array           $files
         */
index d3186a8a4b3ea1ff229ab20aa2ca72a51601bf11..e9bcaa73484e02dfca9bee2d61903ca9c1bc5288 100644 (file)
@@ -120,9 +120,9 @@ class Uninstaller {
                                }
                        }
                        
-                       // delete direcotries
+                       // delete directories
                        if ($this->deleteEmptyDirectories) {
-                               // the deepest diretories first
+                               // the deepest directories first
                                krsort($directories, SORT_NUMERIC);
                                foreach ($directories as $depth) {
                                        foreach ($depth as $dir) {
index de32f074f5410dba398862ccc67ff64734bcff3c..11a2d155de517c60a0b0cb3243ccce454758a294 100644 (file)
@@ -52,7 +52,7 @@ class TagCloud {
        protected $languageIDs = [];
        
        /**
-        * Contructs a new TagCloud object.
+        * Constructs a new TagCloud object.
         * 
         * @param       integer[]       $languageIDs
         */
index 427df232f712ac09ea928a2a692f05b70d12406b..6868633ed14c0fa0c63dfdbb25322e7184cbc045 100644 (file)
@@ -19,7 +19,7 @@ class TypedTagCloud extends TagCloud {
        protected $objectTypeIDs = [];
        
        /**
-        * Contructs a new TypedTagCloud object.
+        * Constructs a new TypedTagCloud object.
         * 
         * @param       string          $objectType
         * @param       integer[]       $languageIDs
index 1134f94f126207d54cfa9136629f1f5b60017737..cfdcbdf3ad198d2af102b4104e918c655436a1c4 100644 (file)
@@ -35,7 +35,7 @@ class SetupTemplateCompiler extends TemplateCompiler {
                        $parsedTag = 'wcf\util\StringUtil::encodeHTML('.$parsedTag.')';
                }
                // the # operator at the beginning of an output instructs
-               // the complier to call the StringUtil::formatNumeric() method
+               // the compiler to call the StringUtil::formatNumeric() method
                else if ($formatNumeric) {
                        $parsedTag = 'wcf\util\StringUtil::formatNumeric('.$parsedTag.')';
                }
index ea6a32b9ee12e797c2243a9900da4182dc1da197..515780a1c69c105a87d3ac640fdfdcd9e49b4d08 100644 (file)
@@ -4,7 +4,7 @@ use wcf\system\template\TemplateScriptingCompiler;
 use wcf\util\StringUtil;
 
 /**
- * Template prefiler plugin which allows inserting code dynamically upon the contents
+ * Template prefilter plugin which allows inserting code dynamically upon the contents
  * of 'content'.
  * 
  * Usage:
index cf8d0772d728b08395858916dc73317717a45c48..b54c25bafdfbfc46f8ef70f51836ae4b982b089f 100644 (file)
@@ -4,7 +4,7 @@ use wcf\system\html\simple\HtmlSimpleParser;
 use wcf\system\template\TemplateScriptingCompiler;
 
 /**
- * Template prefiler plugin that replaces simple embedded object placeholders. Not to be meant for
+ * Template prefilter plugin that replaces simple embedded object placeholders. Not to be meant for
  * regular use, is currently only utilized in `wcf\data\page\content\PageContent::getParsedTemplate()`.
  * 
  * @author     Alexander Ebert
index 2368b52042b32398278a44149d76213c95da0aa6..dbf664e78336c1a1c5c7c530a31879d32f775c27 100644 (file)
@@ -141,7 +141,7 @@ final class ExifUtil {
        }
        
        /**
-        * Returns the longutide of the place the image with the given exif data
+        * Returns the longitude of the place the image with the given exif data
         * was taken.
         * 
         * @param       array           $exifData
index a08177b8ec0c895cb5b973373f99212db0f70d0d..4455967c01c582a979f90e65616f14f65233c085 100644 (file)
@@ -383,7 +383,7 @@ final class FileUtil {
        /**
         * Formats a filesize with binary prefix.
         * 
-        * For more informations: <http://en.wikipedia.org/wiki/Binary_prefix>
+        * For more information: <http://en.wikipedia.org/wiki/Binary_prefix>
         * 
         * @param       integer         $byte
         * @param       integer         $precision
index 3eddf43672c55ec00ff01210c64beecf8902cfb8..494b26c438ea796bb4ef6daf9a00aa2d76446570 100644 (file)
@@ -23,7 +23,7 @@ final class MathUtil {
        }
        
        /**
-        * Transforms the given latitude and longitude into cartesion coordinates
+        * Transforms the given latitude and longitude into cartesian coordinates
         * (x, y, z).
         * 
         * @param       float           $latitude
index db3670927891689bb77b9cede88f64e909b21322..85b62355d6a43a37fda549c4d3edb60d313014a6 100644 (file)
@@ -61,7 +61,7 @@ class XML {
                // load xml document
                $this->document->load($path);
                
-               // check for errors occured in libxml
+               // check for errors occurred in libxml
                $errors = $this->pollErrors();
                if (!empty($errors)) {
                        $this->throwException("XML document '".$this->path."' is not valid XML.", $errors);
@@ -69,7 +69,7 @@ class XML {
        }
        
        /**
-        * Loads a xml string, specifying $path is mandatory to provide detailied error handling.
+        * Loads a xml string, specifying $path is mandatory to provide detailed error handling.
         * 
         * @param       string          $path
         * @param       string          $xml
@@ -80,7 +80,7 @@ class XML {
                // load xml document
                $this->document->loadXML($xml);
                
-               // check for errors occured in libxml
+               // check for errors occurred in libxml
                $errors = $this->pollErrors();
                if (!empty($errors)) {
                        $this->throwException("XML document '".$this->path."' is not valid XML.", $errors);
@@ -97,7 +97,7 @@ class XML {
                // validate document against schema
                $this->document->schemaValidate($this->schema);
                
-               // check for errors occured in libxml
+               // check for errors occurred in libxml
                $errors = $this->pollErrors();
                if (!empty($errors)) {
                        $this->throwException("XML document '".$this->path."' violates XML schema definition.", $errors);