spelling: maybe

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
pull/12928/head
Josh Soref 2023-03-22 00:07:39 -04:00
rodzic aaff886c55
commit 2172d44c33
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -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);