Misc typo corrections

Fix adds correction for typos

* Anisble to Ansible
* Fasle to False

Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
Abhijeet Kasurde
2017-09-09 18:03:24 +05:30
committed by Toshio Kuratomi
parent 0ac4a82f3b
commit 8f6626bd8f
4 changed files with 7 additions and 7 deletions

View File

@@ -733,7 +733,7 @@ class ACIModule(object):
def post_config(self):
"""
This method is used to handle the logic when the modules state is equal to present. The method only pushes a change if
the object has differences than what exists on the APIC, and if check_mode is Fasle. A successful change will mark the
the object has differences than what exists on the APIC, and if check_mode is False. A successful change will mark the
module as changed.
"""
if not self.result['config']: