Correct functional typos

This commit is contained in:
John Barker
2016-10-09 18:58:06 +01:00
committed by Matt Clay
parent 4dc09e19ea
commit bca8bbe7c2
7 changed files with 7 additions and 7 deletions

View File

@@ -330,7 +330,7 @@ def main():
ec2_elbs={'default': None, 'required': False, 'type':'list'},
enable_availability_zone={'default': True, 'required': False, 'type': 'bool'},
wait={'required': False, 'default': True, 'type': 'bool'},
wait_timeout={'requred': False, 'default': 0, 'type': 'int'}
wait_timeout={'required': False, 'default': 0, 'type': 'int'}
)
)

View File

@@ -573,7 +573,7 @@ class AzureRMVirtualMachine(AzureRMModuleBase):
# Verify parameters and resolve any defaults
if self.vm_size and not self.vm_size_is_valid():
self.fail("Parameter error: vm_size {0} is not valid for your subscription and location.".foramt(
self.fail("Parameter error: vm_size {0} is not valid for your subscription and location.".format(
self.vm_size
))

View File

@@ -1965,7 +1965,7 @@ def main():
privileged=dict(type='bool', default=False),
published_ports=dict(type='list', aliases=['ports']),
pull=dict(type='bool', default=False),
purge_networks=dict(type='bool', deault=False),
purge_networks=dict(type='bool', default=False),
read_only=dict(type='bool', default=False),
recreate=dict(type='bool', default=False),
restart=dict(type='bool', default=False),