Skip to content

Commit

Permalink
Add reciept to spellchecker
Browse files Browse the repository at this point in the history
  • Loading branch information
tomwilkie committed Mar 2, 2016
1 parent c342e83 commit 495e875
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lint
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 495e875

Please sign in to comment.