X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FProxy.php;h=aa0f66bbffbc274fae80eef7e9ebb6564c14e54f;hb=e1863951986ba5be173758324a00652bc5af870c;hp=83913348efb7164ea575c0fcb14338b0d9d9bb9e;hpb=d3e3a81256c8836845debf0557de5fd211ae6ce0;p=friendica.git diff --git a/src/Util/Proxy.php b/src/Util/Proxy.php index 83913348ef..aa0f66bbff 100644 --- a/src/Util/Proxy.php +++ b/src/Util/Proxy.php @@ -77,7 +77,7 @@ class Proxy * * @param string $url The URL to proxify * @param string $size One of the Proxy::SIZE_* constants - * @return string The proxyfied URL or relative path + * @return string The proxified URL or relative path * @throws \Friendica\Network\HTTPException\InternalServerErrorException */ public static function proxifyUrl(string $url, string $size = ''): string