From 5b4b0a7c38a1581b41a1f06d6853f798471bb564 Mon Sep 17 00:00:00 2001 From: Nat Wilson Date: Wed, 13 Apr 2016 16:14:02 -0700 Subject: [PATCH] fix typo: Storge -> Storage --- landsat/downloader.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/landsat/downloader.py b/landsat/downloader.py index 7cb4cef..c10f8cc 100644 --- a/landsat/downloader.py +++ b/landsat/downloader.py @@ -126,7 +126,7 @@ class Downloader(VerbosityMixin): self.remote_file_exists(url) - self.output('Source: Google Storge', normal=True, arrow=True) + self.output('Source: Google Storage', normal=True, arrow=True) return self.fetch(url, path) def amazon_s3(self, scene, bands):