You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@libcloud.apache.org by to...@apache.org on 2013/11/17 21:05:41 UTC

[15/17] git commit: Fix a typo.

Fix a typo.


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

Branch: refs/heads/trunk
Commit: 58dfc295997d436e6f94f1fdf312a24f99d3744a
Parents: fc99d59
Author: Tomaz Muraus <to...@apache.org>
Authored: Sun Nov 17 20:44:11 2013 +0100
Committer: Tomaz Muraus <to...@apache.org>
Committed: Sun Nov 17 20:44:11 2013 +0100

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


http://git-wip-us.apache.org/repos/asf/libcloud/blob/58dfc295/libcloud/storage/base.py
----------------------------------------------------------------------
diff --git a/libcloud/storage/base.py b/libcloud/storage/base.py
index 35c49b2..3408d24 100644
--- a/libcloud/storage/base.py
+++ b/libcloud/storage/base.py
@@ -37,7 +37,7 @@ CHUNK_SIZE = 8096
 
 __all__ = [
     'Object',
-    'Contaner',
+    'Container',
     'StorageDriver'
 ]