From 0fc38c0830cb44c5a60c68144442eaaeecc7293b Mon Sep 17 00:00:00 2001
From: Pregmodder <pregmodder@gmail.com>
Date: Tue, 22 Sep 2020 20:41:16 -0400
Subject: [PATCH] typo

---
 compile.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/compile.sh b/compile.sh
index cf869f74dd9..1f2e8cc8586 100755
--- a/compile.sh
+++ b/compile.sh
@@ -128,7 +128,7 @@ fi
 [ -n "$sanity" ] && ./sanityCheck.sh
 
 if ! [[ -d .git ]]; then
-	echoMessage "No git repository. Git specfific actions disabled."
+	echoMessage "No git repository. Git specific actions disabled."
 fi
 
 #compile
-- 
GitLab