}\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