From d3e3a81256c8836845debf0557de5fd211ae6ce0 Mon Sep 17 00:00:00 2001 From: Josh Soref <2119212+jsoref@users.noreply.github.com> Date: Wed, 22 Mar 2023 00:08:09 -0400 Subject: [PATCH] spelling: proxify 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 7f3c94672..83913348e 100644 --- a/src/Util/Proxy.php +++ b/src/Util/Proxy.php @@ -75,7 +75,7 @@ class Proxy * This function only performs the URL replacement on http URL and if the * provided URL isn't local * - * @param string $url The URL to proxyfy + * @param string $url The URL to proxify * @param string $size One of the Proxy::SIZE_* constants * @return string The proxyfied URL or relative path * @throws \Friendica\Network\HTTPException\InternalServerErrorException