]> git.p6c8.net - dsmonrot.git/commitdiff
Fixed a typo in a comment
authorPatrick Canterino <patrick@patrick-canterino.de>
Fri, 24 Mar 2023 16:49:05 +0000 (17:49 +0100)
committerPatrick Canterino <patrick@patrick-canterino.de>
Fri, 24 Mar 2023 16:49:05 +0000 (17:49 +0100)
dsmonrot.ps1

index 8cefa451e8988a8789cc3ea23a30ed12bbdb7f3b..54c0972ebf9d771e866e4c7fbe266048a6e57bbb 100644 (file)
@@ -337,7 +337,7 @@ if($errorMessages.Count -eq 0) {
                }\r
 \r
                # Check if the backup target for this month, the directory for the full backup\r
-               # and the hash files exists. In this case we do a differential backup.\r
+               # and the hash files exist. In that case we do a differential backup.\r
                if((Test-Path $backupTarget) -and (Test-Path $backupTargetFull) -and (Test-Path "$backupTargetFull\*.hsh")) {\r
                        # Do a differential backup\r
                \r

patrick-canterino.de