X-Git-Url: https://git.mxchange.org/?a=blobdiff_plain;f=src%2FUtil%2FNetwork.php;h=e02767be4a950acc7c8c646443ce1f4531cfc9fc;hb=46cd39fb34613f4b331793f19c0e562f93125066;hp=30c4798a5a985dc1db09d4545a04f73c7009d9d5;hpb=a7d03558490715bde355aa82c1e9bc915202a24c;p=friendica.git diff --git a/src/Util/Network.php b/src/Util/Network.php index 30c4798a5a..e02767be4a 100644 --- a/src/Util/Network.php +++ b/src/Util/Network.php @@ -349,7 +349,7 @@ class Network $pair = $param . '=' . str_replace(' ', '+', $value); $url = str_replace($pair, '', $url); - // Third try: Maybey the url isn't encoded at all + // Third try: Maybe the url isn't encoded at all $pair = $param . '=' . $value; $url = str_replace($pair, '', $url);