minor spelling changes

This commit is contained in:
Carlos E. Garcia 2016-12-10 21:50:09 -05:00 committed by Brian Coca
commit 0b8011436d
114 changed files with 152 additions and 152 deletions

View file

@ -794,7 +794,7 @@ class PyVmomiHelper(object):
clonespec_kwargs['config'].memoryMB = \
int(self.params['hardware']['memory_mb'])
# lets try and assign a static ip addresss
# lets try and assign a static ip address
if self.params['customize'] is True:
ip_settings = list()
if self.params['ips']:

View file

@ -84,7 +84,7 @@ options:
default: None
vm_shell_env:
description:
- Comma seperated list of envirnoment variable, specified in the guest OS notation
- Comma separated list of envirnoment variable, specified in the guest OS notation
required: False
default: None
vm_shell_cwd: