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