Add availible to the spell checker.

This commit is contained in:
Tom Wilkie
2016-02-04 15:33:07 +00:00
parent c7d833c2b1
commit 7732be6356

2
lint
View File

@@ -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