From 685ea357f9bae60e296ede1dbade57f9f340a36d Mon Sep 17 00:00:00 2001 From: Adam Chalkley <36716992+atc0005@users.noreply.github.com> Date: Thu, 22 Nov 2018 04:41:38 -0600 Subject: [PATCH] counter_enabled.py - Fix minor typos (#49014) --- lib/ansible/plugins/callback/counter_enabled.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/ansible/plugins/callback/counter_enabled.py b/lib/ansible/plugins/callback/counter_enabled.py index f07984b355..525fc9a49d 100644 --- a/lib/ansible/plugins/callback/counter_enabled.py +++ b/lib/ansible/plugins/callback/counter_enabled.py @@ -20,8 +20,8 @@ DOCUMENTATION = ''' version_added: "2.7" description: - Use this callback when you need a kind of progress bar on a large environments. - - You will know how many tasks has the playbook to run, and wich one is actually running. - - You will know how many hosts may run a task, and wich of them is actually running. + - You will know how many tasks has the playbook to run, and which one is actually running. + - You will know how many hosts may run a task, and which of them is actually running. extends_documentation_fragment: - default_callback requirements: