From 5bfa7e8da79685e09097d266d6cf453729e704dc Mon Sep 17 00:00:00 2001 From: Rodolfo Carvalho Date: Wed, 19 Oct 2016 16:29:42 +0200 Subject: Fix typos --- roles/os_firewall/library/os_firewall_manage_iptables.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'roles/os_firewall') diff --git a/roles/os_firewall/library/os_firewall_manage_iptables.py b/roles/os_firewall/library/os_firewall_manage_iptables.py index 190016c14..bd638b69b 100755 --- a/roles/os_firewall/library/os_firewall_manage_iptables.py +++ b/roles/os_firewall/library/os_firewall_manage_iptables.py @@ -50,8 +50,8 @@ class IpTablesCreateJumpRuleError(IpTablesError): self.chain = chain -# TODO: impliment rollbacks for any events that where successful and an -# exception was thrown later. for example, when the chain is created +# TODO: implement rollbacks for any events that were successful and an +# exception was thrown later. For example, when the chain is created # successfully, but the add/remove rule fails. class IpTablesManager(object): # pylint: disable=too-many-instance-attributes def __init__(self, module): -- cgit v1.2.1