summaryrefslogtreecommitdiffstats
path: root/roles/os_firewall/library/os_firewall_manage_iptables.py
diff options
context:
space:
mode:
authorAndrew Butcher <abutcher@afrolegs.com>2016-10-20 13:04:59 -0400
committerGitHub <noreply@github.com>2016-10-20 13:04:59 -0400
commit556e8d290892c212f591b0ef06ea35dd47020783 (patch)
treefed3bce57bcd86637d2c2a5b74c9bd719caa242e /roles/os_firewall/library/os_firewall_manage_iptables.py
parent1e943532d3f2ba47cbc028ee05eab683e5ffbc81 (diff)
parent5bfa7e8da79685e09097d266d6cf453729e704dc (diff)
downloadopenshift-556e8d290892c212f591b0ef06ea35dd47020783.tar.gz
openshift-556e8d290892c212f591b0ef06ea35dd47020783.tar.bz2
openshift-556e8d290892c212f591b0ef06ea35dd47020783.tar.xz
openshift-556e8d290892c212f591b0ef06ea35dd47020783.zip
Merge pull request #2623 from rhcarvalho/typos
Fix typos
Diffstat (limited to 'roles/os_firewall/library/os_firewall_manage_iptables.py')
-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):