chore: correct typo in comment

This commit is contained in:
Martin Wimpress 2024-04-20 13:52:01 +01:00 committed by Martin Wimpress
parent 5396e86eec
commit 44d0d10c6e
1 changed files with 1 additions and 1 deletions

View File

@ -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}")