Fix typo in check-url.sh script

The word "critical" was misspelled as "critital". This commit corrects the spelling error.
This commit is contained in:
Jeroen De Meerleer 2023-05-31 14:33:04 +02:00
parent 30369488f8
commit 8d4a9f2991
Signed by: JeroenED
GPG Key ID: 28CCCB8F62BFADD6
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,7 @@ GetOptions() {
warn="$2"
shift 2
;;
-c|--critital)
-c|--critical)
crit="$2"
shift 2
;;