From 8590465d969ad0493208d8c3f23fa4e6db17b3cb Mon Sep 17 00:00:00 2001 From: gstaicu Date: Wed, 4 Jul 2018 13:18:55 +0200 Subject: [PATCH] Update pause.py (#42297) Change spelling from 'contols' to 'controls' --- lib/ansible/modules/utilities/logic/pause.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/utilities/logic/pause.py b/lib/ansible/modules/utilities/logic/pause.py index 4f0c8db663..c70305715f 100644 --- a/lib/ansible/modules/utilities/logic/pause.py +++ b/lib/ansible/modules/utilities/logic/pause.py @@ -36,7 +36,7 @@ options: - Optional text to use for the prompt message. echo: description: - - Contols whether or not keyboard input is shown when typing. + - Controls whether or not keyboard input is shown when typing. - Has no effect if 'seconds' or 'minutes' is set. type: bool default: 'yes'