Skip to content

Commit e26517e

Browse files
committed
Simple typos mectified
1 parent 372e107 commit e26517e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

dvc/remote/s3.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -144,7 +144,7 @@ def _copy(cls, s3, from_info, to_info, extra_args):
144144
# multipart.
145145
#
146146
# If an object's etag looks like '8978c98bb5a48c2fb5f2c4c905768afa',
147-
# then it was transfered as a single part, which means that the chunk
147+
# then it was transferred as a single part, which means that the chunk
148148
# size used to transfer it was greater or equal to the ContentLength
149149
# of that object. So to preserve that tag over the next transfer, we
150150
# could use any value >= ContentLength.

0 commit comments

Comments
 (0)