fix: fix spelling bug

Project: http://git-wip-us.apache.org/repos/asf/libcloud/repo
Commit: http://git-wip-us.apache.org/repos/asf/libcloud/commit/b855af59
Tree: http://git-wip-us.apache.org/repos/asf/libcloud/tree/b855af59
Diff: http://git-wip-us.apache.org/repos/asf/libcloud/diff/b855af59

Branch: refs/heads/trunk
Commit: b855af5976ffd4750b7964502b13552338e97b52
Parents: fa9c391
Author: yangkang <[email protected]>
Authored: Tue Sep 25 15:31:23 2018 +0800
Committer: yangkang <[email protected]>
Committed: Tue Sep 25 15:31:23 2018 +0800

----------------------------------------------------------------------
 libcloud/storage/providers.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/libcloud/blob/b855af59/libcloud/storage/providers.py
----------------------------------------------------------------------
diff --git a/libcloud/storage/providers.py b/libcloud/storage/providers.py
index 91cdd78..6375118 100644
--- a/libcloud/storage/providers.py
+++ b/libcloud/storage/providers.py
@@ -37,7 +37,7 @@ DRIVERS = {
     ('libcloud.storage.drivers.s3', 'S3USGovWestStorageDriver'),
     Provider.S3_CN_NORTH:
     ('libcloud.storage.drivers.s3', 'S3CNNorthStorageDriver'),
-    Provider.S3_CN_NORTHQWEST:
+    Provider.S3_CN_NORTHWEST:
     ('libcloud.storage.drivers.s3', 'S3CNNorthWestStorageDriver'),
     Provider.S3_EU_WEST:
     ('libcloud.storage.drivers.s3', 'S3EUWestStorageDriver'),

Reply via email to