forked from TrueCloudLab/restic
Merge pull request 2054 from gliptak/patch-3
Correct typo
This commit is contained in:
commit
43d6e426c8
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue