From 4118bd714205e5df2fae2ed37c8da710f36fda17 Mon Sep 17 00:00:00 2001
From: Markus Fleschutz <markus@fleschutz.de>
Date: Fri, 12 Feb 2021 12:21:04 +0100
Subject: [PATCH] Update daily-tasks.sh

---
 Scripts/daily-tasks.sh | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Scripts/daily-tasks.sh b/Scripts/daily-tasks.sh
index e67dcbfb..cf97860c 100755
--- a/Scripts/daily-tasks.sh
+++ b/Scripts/daily-tasks.sh
@@ -13,6 +13,6 @@ $HOMEDIR/PowerShell/Scripts/query-smart-data.ps1 $HOMEDIR
 # to query S.M.A.R.T. data of all your HDD's/SSD's 
 
 $HOMEDIR/PowerShell/Scripts/train-dns-cache.ps1 
-# to train the DNS cache with well-known domain names 
+# to train the DNS cache with frequently used domain names 
 
 exit 0