Merge pull request #139 from countextreme/master

Fix typos: snpashot -> snapshot
This commit is contained in:
gilbertchen
2017-08-28 16:04:10 -04:00
committed by GitHub
4 changed files with 6 additions and 6 deletions

View File

@@ -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())
}
}