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 <[email protected]> Authored: Sun Nov 17 20:44:11 2013 +0100 Committer: Tomaz Muraus <[email protected]> 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' ]
