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