From b76720ddaca3cb4eafac588b150f1c8bb03fd9ae Mon Sep 17 00:00:00 2001
From: M33 <m33@tok715.net>
Date: Thu, 30 Apr 2020 16:59:13 +0200
Subject: [PATCH] typo

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

diff --git a/aideCheck.sh b/aideCheck.sh
index aedeefb..95970e8 100644
--- a/aideCheck.sh
+++ b/aideCheck.sh
@@ -80,7 +80,7 @@ if [ $nbLines -ne 0 ]; then
   echo "============================================================" >> $TMP.mailReport
   echo " " >> $TMP.mailReport
   echo " " >> $TMP.mailReport 
-  echo "(In case of flase-positive, remember to update AIDE database (aide --update) to set a new baseline)" >> $TMP.mailReport
+  echo "(In case of false positive, remember to update AIDE database (aide --update) to set a new baseline)" >> $TMP.mailReport
   echo " " >> $TMP.mailReport  
 
   if [ $AIDE_UPDATE -eq 1 ]; then
-- 
GitLab