From 27080df2e56253be5619cbb697572d69769662ec Mon Sep 17 00:00:00 2001 From: RD WebDesign Date: Sun, 19 Mar 2023 02:54:32 -0300 Subject: [PATCH] Fix typo on linter.sh Replace `langauge` with `language`. --- lib/linter.sh | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/linter.sh b/lib/linter.sh index 07ca8d7d..2622e0f2 100755 --- a/lib/linter.sh +++ b/lib/linter.sh @@ -623,7 +623,7 @@ CallStatusAPI() { #################### # Pull in the vars # #################### - LANGUAGE="${1}" # langauge that was validated + LANGUAGE="${1}" # language that was validated STATUS="${2}" # success | error SUCCESS_MSG='No errors were found in the linting process' FAIL_MSG='Errors were detected, please view logs' @@ -728,7 +728,7 @@ Footer() { ######################################### CallStatusAPI "${LANGUAGE}" "error" ###################################### - # Check if we validated the langauge # + # Check if we validated the language # ###################################### elif [[ ${!ERROR_COUNTER} -eq 0 ]]; then if CheckInArray "${LANGUAGE}"; then