Fixed misspelling in behavior init

Change-Id: I358d383d9f61b4e1765f6a55532020e5ed52c403
This commit is contained in:
Daryl Walleck
2013-05-16 18:05:58 -05:00
parent fa28e90d8c
commit fe5424bea2

View File

@@ -24,7 +24,7 @@ from cloudcafe.objectstorage.objectstorage_api.client \
class ObjectStorageAPI_Behaviors(BaseBehavior):
def __init__(self, client=None):
self.client = client
self.cofnig = ObjectStorageAPIConfig()
self.config = ObjectStorageAPIConfig()
@behavior(ObjectStorageAPIClient)
def create_container(self, name=None):