]> git.mxchange.org Git - friendica.git/commitdiff
spelling: proxified
authorJosh Soref <2119212+jsoref@users.noreply.github.com>
Sun, 26 Mar 2023 22:40:13 +0000 (18:40 -0400)
committerJosh Soref <2119212+jsoref@users.noreply.github.com>
Mon, 27 Mar 2023 00:04:18 +0000 (20:04 -0400)
Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
src/Util/Proxy.php

index 83913348efb7164ea575c0fcb14338b0d9d9bb9e..aa0f66bbffbc274fae80eef7e9ebb6564c14e54f 100644 (file)
@@ -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