From 44d0d10c6ecae189798e9de5daac7b27c9ae9e60 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Sat, 20 Apr 2024 13:52:01 +0100 Subject: [PATCH] chore: correct typo in comment --- quickget | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickget b/quickget index dc53e94..548159f 100755 --- a/quickget +++ b/quickget @@ -1520,7 +1520,7 @@ function web_redirect() { fi } -# checks is a URL is reachable +# checks if a URL is reachable function web_check() { local URL="" URL=$(web_redirect "${1}")