From 97b4800d2e55a1f7801132912deb539b77513eda Mon Sep 17 00:00:00 2001 From: eshaan-jeckyll Date: Sun, 3 Nov 2019 15:03:36 +0530 Subject: [PATCH] typos corrected --- dvc/remote/local.py | 2 +- dvc/remote/s3.py | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/dvc/remote/local.py b/dvc/remote/local.py index 6c1d37d039..7f950404ab 100644 --- a/dvc/remote/local.py +++ b/dvc/remote/local.py @@ -264,7 +264,7 @@ def status( # This is a performance optimization. We can safely assume that, # if the resources that we want to fetch are already cached, - # there's no need to check the remote storage for the existance of + # there's no need to check the remote storage for the existence of # those files. if download and sorted(local_exists) == sorted(md5s): remote_exists = local_exists diff --git a/dvc/remote/s3.py b/dvc/remote/s3.py index 169aee3ba9..30a385e8b2 100644 --- a/dvc/remote/s3.py +++ b/dvc/remote/s3.py @@ -150,7 +150,7 @@ def _copy(cls, s3, from_info, to_info, extra_args): # could use any value >= ContentLength. # # If an object's etag looks like '50d67013a5e1a4070bef1fc8eea4d5f9-13', - # then it was transfered as a multipart, which means that the chunk + # then it was transferred as a multipart, which means that the chunk # size used to transfer it was less than ContentLength of that object. # Unfortunately, in general, it doesn't mean that the chunk size was # the same throughout the transfer, so it means that in order to