From b682465a47a8431a7d30e9eb29340133a4d4f2f3 Mon Sep 17 00:00:00 2001 From: Patrick Canterino Date: Fri, 24 Mar 2023 17:49:05 +0100 Subject: [PATCH] Fixed a typo in a comment --- dsmonrot.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dsmonrot.ps1 b/dsmonrot.ps1 index 8cefa45..54c0972 100644 --- a/dsmonrot.ps1 +++ b/dsmonrot.ps1 @@ -337,7 +337,7 @@ if($errorMessages.Count -eq 0) { } # Check if the backup target for this month, the directory for the full backup - # and the hash files exists. In this case we do a differential backup. + # and the hash files exist. In that case we do a differential backup. if((Test-Path $backupTarget) -and (Test-Path $backupTargetFull) -and (Test-Path "$backupTargetFull\*.hsh")) { # Do a differential backup -- 2.34.1