diff --git a/lint b/lint index 2adc9213e..a9a8b5440 100755 --- a/lint +++ b/lint @@ -35,7 +35,7 @@ function spell_check { filename="$1" local lint_result=0 - if grep -iH --color=always psueod "${filename}"; then + if grep -iH --color=always psueod availible "${filename}"; then echo "${filename}: spelling mistake" lint_result=1 fi