From 65730ffa86296ccb5a46b23e71d72d670e26956b Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Sun, 26 Mar 2023 18:40:13 -0400 Subject: [PATCH] spelling: proxified Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com> --- src/Util/Proxy.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/Util/Proxy.php b/src/Util/Proxy.php index 83913348e..aa0f66bbf 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