]> git.mxchange.org Git - friendica.git/blobdiff - src/Util/Network.php
spelling: one
[friendica.git] / src / Util / Network.php
index 30c4798a5a985dc1db09d4545a04f73c7009d9d5..e02767be4a950acc7c8c646443ce1f4531cfc9fc 100644 (file)
@@ -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);