From fa18bbbdb016709666a3102ddfbf55c4a1b2b8ab Mon Sep 17 00:00:00 2001
From: Sudheer Satyanarayana <sudheer.zzz@sudheer.net>
Date: Wed, 13 Jul 2016 19:56:13 +0530
Subject: [PATCH] which not who (#2557)

minor text fix
---
 lib/ansible/modules/extras/system/firewalld.py | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/ansible/modules/extras/system/firewalld.py b/lib/ansible/modules/extras/system/firewalld.py
index 11df17ea94..1018473ea5 100644
--- a/lib/ansible/modules/extras/system/firewalld.py
+++ b/lib/ansible/modules/extras/system/firewalld.py
@@ -88,7 +88,7 @@ options:
     version_added: "2.1"
 notes:
   - Not tested on any Debian based system.
-  - Requires the python2 bindings of firewalld, who may not be installed by default if the distribution switched to python 3 
+  - Requires the python2 bindings of firewalld, which may not be installed by default if the distribution switched to python 3 
 requirements: [ 'firewalld >= 0.2.11' ]
 author: "Adam Miller (@maxamillion)"
 '''