s/Subdirecotry/Subdirectory
This commit is contained in:
Stephen Tudor
2017-08-28 08:25:58 -04:00
committed by GitHub
parent 6f70b37d61
commit 3729de1c67

View File

@@ -621,7 +621,7 @@ func (manager *BackupManager) Backup(top string, quickMode bool, threads int, ta
}
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 {