Squashed 'tools/' changes from c7d833c..954b023

954b023 Correct last commit.
7732be6 Add availible to the spell checker.

git-subtree-dir: tools
git-subtree-split: 954b023392
This commit is contained in:
Tom Wilkie
2016-02-04 15:38:41 +00:00
parent 0441e70ba0
commit f190efdb2b
2 changed files with 4 additions and 4 deletions

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