From 495e875a599b955691de9c071f28bd9a1f2ff942 Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Wed, 2 Mar 2016 11:51:21 +0000 Subject: [PATCH] Add reciept to spellchecker --- lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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