From add3f835a91af85ca9112ae2f5133faf0932a57e Mon Sep 17 00:00:00 2001
From: DCoded <dcoded@live.com>
Date: Wed, 20 Mar 2019 00:44:24 -0400
Subject: [PATCH] Spelling

---
 sanityCheck | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/sanityCheck b/sanityCheck
index e8e842b1976..94cceaa8b33 100755
--- a/sanityCheck
+++ b/sanityCheck
@@ -103,7 +103,7 @@ $GREP 'elseif $ ' -- 'src/*'  | myprint "missing ; before statement"
 $GREP "<<[a-zA-Z]\([^\"'>]\|[^\"'>]>[^\"'>]\)*[a-zA-Z][.][^a-zA-Z]" | myprint "StrangeCharacterAfterDot"
 # Check for @@. instead of .@@
 $GREP -E "@@(\.|,|;|:)\s" -- src/*.tw | myprint "WrongSelectorPunctuation"
-$GREP "@@[a-z]\+;" -- 'src/*' | myprint "@@MisingDot"
+$GREP "@@[a-z]\+;" -- 'src/*' | myprint "SelectorMissingDot"
 
 # Check that we do not have any variables that we use only once.   e.g.	 $onlyUsedOnce
 # Ignore  *Nationalities
-- 
GitLab