From: Patrick Canterino Date: Fri, 24 Mar 2023 16:49:05 +0000 (+0100) Subject: Fixed a typo in a comment X-Git-Url: https://git.p6c8.net/dsmonrot.git/commitdiff_plain/b682465a47a8431a7d30e9eb29340133a4d4f2f3 Fixed a typo in a comment --- 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