From 64d5502fbe43c845e8133b8ab601e3e8da029919 Mon Sep 17 00:00:00 2001 From: Alexander Date: Mon, 26 Oct 2015 23:03:51 +0800 Subject: [PATCH] fix typo error fix spell error for whether --- system/iptables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/system/iptables.py b/system/iptables.py index d487476fb74..402146f7fc1 100644 --- a/system/iptables.py +++ b/system/iptables.py @@ -54,7 +54,7 @@ options: default: filter choices: [ "filter", "nat", "mangle", "raw", "security" ] state: - description: Wheter the rule should be absent or present. + description: Whether the rule should be absent or present. required: false default: present choices: [ "present", "absent" ]