mirror of
https://github.com/jkl1337/duplicacy.git
synced 2026-01-02 19:54:54 -06:00
Merge pull request #139 from countextreme/master
Fix typos: snpashot -> snapshot
This commit is contained in:
@@ -1026,7 +1026,7 @@ func (manager *BackupManager) UploadSnapshot(chunkMaker *ChunkMaker, uploader *C
|
||||
totalUploadedSnapshotChunkSize += int64(chunkSize)
|
||||
totalUploadedSnapshotChunkBytes += int64(uploadSize)
|
||||
} else {
|
||||
LOG_DEBUG("CHUNK_EXIST", "Skipped snpashot chunk %s in the storage", chunk.GetID())
|
||||
LOG_DEBUG("CHUNK_EXIST", "Skipped snapshot chunk %s in the storage", chunk.GetID())
|
||||
}
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user