From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 26 Mar 2023 02:03:21 +0000 (-0400) Subject: spelling: occurrences X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=60d9d7f5e07095c0bd60e6a03350181328637d94;p=friendica.git spelling: occurrences Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Util/XML.php b/src/Util/XML.php index 0cdf1f34ed..5355d30f99 100644 --- a/src/Util/XML.php +++ b/src/Util/XML.php @@ -536,7 +536,7 @@ class XML * * @param string $str * @return string Escaped text. - * @todo Move this generic method to Util\Strings and also rewrite all other findingd + * @todo Move this generic method to Util\Strings and also rewrite all other occurrences */ public static function escape(string $str): string { @@ -548,7 +548,7 @@ class XML * * @param string $s xml escaped text * @return string unescaped text - * @todo Move this generic method to Util\Strings and also rewrite all other findingd + * @todo Move this generic method to Util\Strings and also rewrite all other occurrences */ public static function unescape(string $s): string {