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" ]