spelling: already

Signed-off-by: Josh Soref <2119212+jsoref@users.noreply.github.com>
This commit is contained in:
Josh Soref 2023-03-21 23:16:47 -04:00
parent ea0955c4e0
commit 980b4ec273
4 changed files with 4 additions and 4 deletions

View file

@ -686,7 +686,7 @@ class ParseUrl
{
$urlarr = parse_url($url);
// If the url does allready have an scheme
// If the url does already have an scheme
// we can stop the process here
if (isset($urlarr['scheme'])) {
return $url;