Fixed typo

This commit is contained in:
Daniel Dayley 2021-05-10 12:14:35 -06:00
parent 8aa85fc52b
commit 89f91e58cf

View File

@ -20,7 +20,7 @@ class ServiceDelegate(ServiceBase) :
self.debug('Looking up VMware information, this may take a minute or more.',1)
self.clients = {}
self.vm_list = {}
# Create a vsphere clinet for each vsphere instance
# Create a vsphere client for each vsphere instance
for hostname in self._config['hosts'].keys() :
url_session = requests.session()
verify = self._config['verify_ssl_cert'].lower()