summaryrefslogtreecommitdiffstats
path: root/roles/os_firewall
diff options
context:
space:
mode:
authorRodolfo Carvalho <rhcarvalho@gmail.com>2016-10-19 16:29:42 +0200
committerRodolfo Carvalho <rhcarvalho@gmail.com>2016-10-19 16:46:47 +0200
commit5bfa7e8da79685e09097d266d6cf453729e704dc (patch)
treef238f57c0d02cad90a417bf7c26898727b22bffc /roles/os_firewall
parent3be15dae0b039e06e31b4eecc933851ada7446cb (diff)
downloadopenshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.gz
openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.bz2
openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.tar.xz
openshift-5bfa7e8da79685e09097d266d6cf453729e704dc.zip
Fix typos
Diffstat (limited to 'roles/os_firewall')
-rwxr-xr-xroles/os_firewall/library/os_firewall_manage_iptables.py4
1 files changed, 2 insertions, 2 deletions
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):