From 625a23f155b7a48da937f5d5ff934e0c24e167ac Mon Sep 17 00:00:00 2001 From: Maor Lipchuk Date: Wed, 6 Sep 2017 02:28:21 +0300 Subject: [PATCH] Fix typo --- lib/ansible/module_utils/aci.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/module_utils/aci.py b/lib/ansible/module_utils/aci.py index 2a035b019a7..b07f1b9b91e 100644 --- a/lib/ansible/module_utils/aci.py +++ b/lib/ansible/module_utils/aci.py @@ -508,7 +508,7 @@ class ACIModule(object): def delete_config(self): """ This method is used to handle the logic when the modules state is equal to absent. The method only pushes a change if - the object exists, and if check_mode is Fasle. A successful change will mark the module as changed. + the object exists, and if check_mode is False. A successful change will mark the module as changed. """ self.result['proposed'] = {}