From 60d9d7f5e07095c0bd60e6a03350181328637d94 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sat, 25 Mar 2023 22:03:21 -0400 Subject: [PATCH] spelling: occurrences Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Util/XML.php | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/Util/XML.php b/src/Util/XML.php index 0cdf1f34e..5355d30f9 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 {