Fix entites typos

Bug: T201491
Change-Id: I241fda87b0e53e804f6bdd48eb975a79e9f176d2
This commit is contained in:
Zoranzoki21 2019-08-28 06:36:04 +02:00
parent 4f8378775b
commit ea40cc2dcb
2 changed files with 2 additions and 2 deletions

View 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).

View 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
*/