From 970466827732e1d47473d06efe3fed0329d44ab1 Mon Sep 17 00:00:00 2001 From: James Vornhagen Date: Sat, 10 Feb 2018 16:43:55 +0100 Subject: [PATCH] Fixed spelling error in runit module (#35948) --- lib/ansible/modules/system/runit.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/runit.py b/lib/ansible/modules/system/runit.py index 08338e87f7..18639b2079 100644 --- a/lib/ansible/modules/system/runit.py +++ b/lib/ansible/modules/system/runit.py @@ -38,7 +38,7 @@ options: choices: [ killed, once, reloaded, restarted, started, stopped ] enabled: description: - - Wheater the service is enabled or not, if disabled it also implies stopped. + - Whether the service is enabled or not, if disabled it also implies stopped. type: bool service_dir: description: