You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by vd...@apache.org on 2018/09/25 08:48:25 UTC

[6/8] libcloud git commit: fix: fix spelling error about type file

fix: fix spelling error about type file


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

Branch: refs/heads/trunk
Commit: d521034edaa82328d2b0103b8fe2e82aa1576900
Parents: b855af5
Author: yangkang <ya...@gagogroup.com>
Authored: Tue Sep 25 15:40:22 2018 +0800
Committer: yangkang <ya...@gagogroup.com>
Committed: Tue Sep 25 15:40:22 2018 +0800

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/d521034e/libcloud/storage/types.py
----------------------------------------------------------------------
diff --git a/libcloud/storage/types.py b/libcloud/storage/types.py
index efc1bf9..183e727 100644
--- a/libcloud/storage/types.py
+++ b/libcloud/storage/types.py
@@ -92,7 +92,7 @@ class Provider(object):
     S3_AP_SOUTHEAST2 = 's3_ap_southeast2'
     S3_CA_CENTRAL = 's3_ca_central'
     S3_CN_NORTH = 's3_cn_north'
-    S3_CN_NORTHQWEST = 's3_cn_northwest'
+    S3_CN_NORTHWEST = 's3_cn_northwest'
     S3_EU_WEST = 's3_eu_west'
     S3_EU_WEST2 = 's3_eu_west_2'
     S3_EU_CENTRAL = 's3_eu_central'