From 8e509c273664810fa48115eda0cbbb622ab5eb96 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 --- lib/ansible/modules/extras/system/iptables.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/extras/system/iptables.py b/lib/ansible/modules/extras/system/iptables.py index d487476fb7..402146f7fc 100644 --- a/lib/ansible/modules/extras/system/iptables.py +++ b/lib/ansible/modules/extras/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" ]