mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-02 11:44:45 -06:00
Fix typo
s/Subdirecotry/Subdirectory
This commit is contained in:
@@ -621,7 +621,7 @@ func (manager *BackupManager) Backup(top string, quickMode bool, threads int, ta
|
|||||||
}
|
}
|
||||||
|
|
||||||
for _, dir := range skippedDirectories {
|
for _, dir := range skippedDirectories {
|
||||||
LOG_WARN("SKIP_DIRECTORY", "Subdirecotry %s cannot be listed", dir)
|
LOG_WARN("SKIP_DIRECTORY", "Subdirectory %s cannot be listed", dir)
|
||||||
}
|
}
|
||||||
|
|
||||||
for _, file := range fileReader.SkippedFiles {
|
for _, file := range fileReader.SkippedFiles {
|
||||||
|
|||||||
Reference in New Issue
Block a user