1
0
mirror of https://github.com/restic/restic.git synced 2024-06-21 07:16:36 +02:00

Merge pull request 2054 from gliptak/patch-3

Correct typo
This commit is contained in:
Alexander Neumann 2018-10-20 11:04:49 +02:00
commit 43d6e426c8

View File

@ -296,7 +296,7 @@ type statsContainer struct {
// blobs that have been seen as a part of the file
fileBlobs map[string]restic.IDSet
// blobs and blobsSeen are used to count indiviudal
// blobs and blobsSeen are used to count individual
// unique blobs, independent of references to files
blobs, blobsSeen restic.BlobSet
}