Fixed typos
authorAlexander Ebert <ebert@woltlab.com>
Fri, 28 Oct 2016 10:54:25 +0000 (12:54 +0200)
committerAlexander Ebert <ebert@woltlab.com>
Fri, 28 Oct 2016 10:54:25 +0000 (12:54 +0200)
wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeTextParser.class.php

index fc41905399f42d8a8206813c341515f893afb709..c1922cda2f4981f934faaf6a03e6e65afc5578fa 100644 (file)
@@ -228,7 +228,7 @@ class HtmlInputNodeTextParser {
        }
        
        /**
-        * Matches the found usernames agains the user table.
+        * Matches the found usernames against the user table.
         * 
         * @param       string[]        $usernames      list of found usernames
         * @return      string[]        list of valid usernames
@@ -472,7 +472,7 @@ class HtmlInputNodeTextParser {
        }
        
        /**
-        * Replaces all found occurences of special text with their new value.
+        * Replaces all found occurrences of special text with their new value.
         * 
         * @param       \DOMText        $text           text node
         * @param       \DOMElement[]   $elements       elements to be inserted