This commit is contained in:
Itamar Turner-Trauring 2022-03-07 08:29:26 -05:00
parent 60bcd5fe9f
commit 4efa65d3db

@ -133,7 +133,7 @@ class StorageIndexUploads(object):
# Map share number to BucketWriter
shares = attr.ib(factory=dict) # type: Dict[int,BucketWriter]
# Mape share number to the upload secret (different shares might have
# Map share number to the upload secret (different shares might have
# different upload secrets).
upload_secrets = attr.ib(factory=dict) # type: Dict[int,bytes]