Correct typo

This commit is contained in:
Gábor Lipták 2018-10-18 21:30:14 -04:00 committed by GitHub
parent d203ae37f4
commit d2ee58f2e9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -296,7 +296,7 @@ type statsContainer struct {
// blobs that have been seen as a part of the file // blobs that have been seen as a part of the file
fileBlobs map[string]restic.IDSet 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 // unique blobs, independent of references to files
blobs, blobsSeen restic.BlobSet blobs, blobsSeen restic.BlobSet
} }