Fix a typo in nsxv_cleanup

applicatioon -> application

Change-Id: Ibf55d466679464f1675eecd6f26049fe4ac7adee
This commit is contained in:
Amey Bhide 2015-05-07 16:36:39 -07:00
parent 8ff3194786
commit 4a6dc2c9b3
1 changed files with 1 additions and 1 deletions

View File

@ -54,7 +54,7 @@ class VSMClient(object):
self.password = password
self.version = None
self.endpoint = None
self.content_type = "applicatioon/json"
self.content_type = "application/json"
self.accept_type = "application/json"
self.verify = False
self.secure = True