From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 03:17:02 +0000 (-0400) Subject: spelling: cached X-Git-Url: https://git.mxchange.org/?a=commitdiff_plain;h=9581b05603e6ee4e250738c159ed2e67b3fb2eeb;p=friendica.git spelling: cached Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- diff --git a/src/Util/ParseUrl.php b/src/Util/ParseUrl.php index d7475e9819..3382884839 100644 --- a/src/Util/ParseUrl.php +++ b/src/Util/ParseUrl.php @@ -91,7 +91,7 @@ class ParseUrl } /** - * Search for chached embeddable data of an url otherwise fetch it + * Search for cached embeddable data of an url otherwise fetch it * * @param string $url The url of the page which should be scraped * @param bool $do_oembed The false option is used by the function fetch_oembed()