Fix entites typos
authorZoranzoki21 <zorandori4444@gmail.com>
Wed, 28 Aug 2019 04:36:04 +0000 (06:36 +0200)
committerZoranzoki21 <zorandori4444@gmail.com>
Wed, 28 Aug 2019 04:36:04 +0000 (06:36 +0200)
Bug: T201491
Change-Id: I241fda87b0e53e804f6bdd48eb975a79e9f176d2

includes/libs/mime/XmlTypeCheck.php
includes/rcfeed/IRCColourfulRCFeedFormatter.php

index 65cc54b..f25287f 100644 (file)
@@ -422,7 +422,7 @@ class XmlTypeCheck {
         *  * Only contains entity definitions (e.g. No <!ATLIST )
         *  * Entity definitions are not "system" entities
         *  * Entity definitions are not "parameter" (i.e. %) entities
-        *  * Entity definitions do not reference other entites except &amp;
+        *  * Entity definitions do not reference other entities except &amp;
         *    and quotes. Entity aliases (where the entity contains only
         *    another entity are allowed)
         *  * Entity references aren't overly long (>255 bytes).
index ff85c90..4bdaca5 100644 (file)
@@ -132,7 +132,7 @@ class IRCColourfulRCFeedFormatter implements RCFeedFormatter {
        }
 
        /**
-        * Remove newlines, carriage returns and decode html entites
+        * Remove newlines, carriage returns and decode html entities
         * @param string $text
         * @return string
         */