From f59e1a6136a2094104af1475076273f5a78322eb Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Fri, 16 Feb 2018 13:20:34 +0530 Subject: [PATCH] Misc. typos in ovirt_host_networks (#36287) Signed-off-by: Abhijeet Kasurde --- lib/ansible/modules/cloud/ovirt/ovirt_host_networks.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/modules/cloud/ovirt/ovirt_host_networks.py b/lib/ansible/modules/cloud/ovirt/ovirt_host_networks.py index 75c9abc751..a979dfb7df 100644 --- a/lib/ansible/modules/cloud/ovirt/ovirt_host_networks.py +++ b/lib/ansible/modules/cloud/ovirt/ovirt_host_networks.py @@ -166,7 +166,7 @@ class HostNetworksModule(BaseModule): return otypes.Host() def update_address(self, attachments_service, attachment, network): - # Check if there is any change in address assignenmts and + # Check if there is any change in address assignments and # update it if needed: for ip in attachment.ip_address_assignments: if str(ip.ip.version) == network.get('version', 'v4'): @@ -231,7 +231,7 @@ class HostNetworksModule(BaseModule): for network in networks: attachment = attachments.get(network.get('name')) - # If attachment don't exsits, we need to create it: + # If attachment don't exists, we need to create it: if attachment is None: return True