From 7fd253ca64899b5fd9bdf838d63ad67f93ee362b Mon Sep 17 00:00:00 2001 From: Alexander Ebert Date: Fri, 28 Oct 2016 12:54:25 +0200 Subject: [PATCH] Fixed typos --- .../system/html/input/node/HtmlInputNodeTextParser.class.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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 -- 2.20.1