]> git.mxchange.org Git - friendica.git/commitdiff
spelling: occurrences
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 02:03:21 +0000 (22:03 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 20:03:23 +0000 (16:03 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Util/XML.php

index 0cdf1f34ed2f48db15e2b12bb6a214cf38487132..5355d30f995b36bfa77fe8268c1fd7362ef601ab 100644 (file)
@@ -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
        {