mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
minor spelling changes
This commit is contained in:
parent
054a3fccf8
commit
0b8011436d
114 changed files with 152 additions and 152 deletions
|
@ -284,7 +284,7 @@ class AzureRMSubnet(AzureRMModuleBase):
|
|||
subnet)
|
||||
new_subnet = self.get_poller_result(poller)
|
||||
except Exception as exc:
|
||||
self.fail("Error creating or updateing subnet {0} - {1}".format(self.name, str(exc)))
|
||||
self.fail("Error creating or updating subnet {0} - {1}".format(self.name, str(exc)))
|
||||
self.check_provisioning_state(new_subnet)
|
||||
return subnet_to_dict(new_subnet)
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue