From 7732be6356bbb95de5f65ac17f3088b33fcd5d5e Mon Sep 17 00:00:00 2001 From: Tom Wilkie Date: Thu, 4 Feb 2016 15:33:07 +0000 Subject: [PATCH] Add availible to the spell checker. --- lint | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lint b/lint index 2adc9213e..a9a8b5440 100755 --- a/lint +++ b/lint @@ -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