| Index: tools/auto_bisect/fetch_build.py
|
| diff --git a/tools/auto_bisect/fetch_build.py b/tools/auto_bisect/fetch_build.py
|
| index 662412f44613893d8adf5fa2448f736477aaaae4..5e6e240d08e0dd06f98b2763f315a004af5e7768 100644
|
| --- a/tools/auto_bisect/fetch_build.py
|
| +++ b/tools/auto_bisect/fetch_build.py
|
| @@ -296,7 +296,7 @@ class AndroidChromeBuildArchive(BuildArchive):
|
|
|
| def BuildIsAvailable(bucket_name, remote_path):
|
| """Checks whether a build is currently archived at some place."""
|
| - logging.info('Checking existance: gs://%s/%s' % (bucket_name, remote_path))
|
| + logging.info('Checking existence: gs://%s/%s' % (bucket_name, remote_path))
|
| try:
|
| exists = cloud_storage.Exists(bucket_name, remote_path)
|
| logging.info('Exists? %s' % exists)
|
|
|