]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/XML.php
spelling: one
[friendica.git] / 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
        {