From d15624790ea3aa8a6efc5654c62696d6b98563f5 Mon Sep 17 00:00:00 2001
From: Niko Ehrenfeuchter <nikolaus.ehrenfeuchter@unibas.ch>
Date: Fri, 20 Jul 2018 12:13:07 +0200
Subject: [PATCH] Fix summary of CheckFreeDiskSpace

---
 ATxCommon/SystemChecks.cs | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/ATxCommon/SystemChecks.cs b/ATxCommon/SystemChecks.cs
index eb412ce..e0ce3a3 100644
--- a/ATxCommon/SystemChecks.cs
+++ b/ATxCommon/SystemChecks.cs
@@ -52,8 +52,8 @@ namespace ATxCommon
         }
 
         /// <summary>
-        /// Check all configured disks for their free space and send a notification
-        /// if necessary (depending on the configured delta time).
+        /// Check all configured disks for their free space and generate a
+        /// summary with details to be used in a notification message.
         /// </summary>
         public static string CheckFreeDiskSpace(List<Serializables.DriveToCheck> drives) {
             var msg = "";
-- 
GitLab