From: Alexander Ebert Date: Fri, 28 Oct 2016 10:54:25 +0000 (+0200) Subject: Fixed typos X-Git-Tag: 3.0.0_Beta_5~95 X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=7fd253ca64899b5fd9bdf838d63ad67f93ee362b;p=GitHub%2FWoltLab%2FWCF.git Fixed typos --- diff --git a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeTextParser.class.php b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeTextParser.class.php index fc41905399..c1922cda2f 100644 --- a/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeTextParser.class.php +++ b/wcfsetup/install/files/lib/system/html/input/node/HtmlInputNodeTextParser.class.php @@ -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