From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 04:08:36 +0000 (-0400) Subject: spelling: suppressing X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=aa9ff413110107b847f1048b9d2244486078b3e0;p=friendica.git spelling: suppressing Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/App/Page.php b/src/App/Page.php index 8bb60fa242..549ff3f0fa 100644 --- a/src/App/Page.php +++ b/src/App/Page.php @@ -503,7 +503,7 @@ class Page implements ArrayAccess $content = mb_convert_encoding($this->page["content"], 'HTML-ENTITIES', "UTF-8"); - /// @TODO one day, kill those error-surpressing @ stuff, or PHP should ban it + /// @TODO one day, kill those error-suppressing @ stuff, or PHP should ban it @$doc->loadHTML($content); $xpath = new DOMXPath($doc); diff --git a/src/Util/XML.php b/src/Util/XML.php index 321e2e96a6..58a6c568ff 100644 --- a/src/Util/XML.php +++ b/src/Util/XML.php @@ -441,7 +441,7 @@ class XML * Parse XML string * * @param string $s XML string to parse into object - * @param boolean $suppress_log Whether to supressing logging + * @param boolean $suppress_log Whether to suppressing logging * @return SimpleXMLElement|bool SimpleXMLElement or false on failure */ public static function parseString(string $s, bool $suppress_log = false)