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

@ -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
))