Add reciept to spellchecker

This commit is contained in:
Tom Wilkie
2016-03-02 11:51:21 +00:00
parent c342e833bb
commit 495e875a59

2
lint
View File

@@ -35,7 +35,7 @@ function spell_check {
filename="$1" filename="$1"
local lint_result=0 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" echo "${filename}: spelling mistake"
lint_result=1 lint_result=1
fi fi