From aaa82d194294188cbedf930d71e863d93dac6d5c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Martin=20Andr=C3=A9?= Date: Wed, 25 Nov 2015 16:54:11 +0900 Subject: [PATCH] Fix typo in ping module short description --- lib/ansible/modules/system/ping.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/ansible/modules/system/ping.py b/lib/ansible/modules/system/ping.py index 1449cf5dca..ed93f7dfe1 100644 --- a/lib/ansible/modules/system/ping.py +++ b/lib/ansible/modules/system/ping.py @@ -23,7 +23,7 @@ DOCUMENTATION = ''' --- module: ping version_added: historical -short_description: Try to connect to host, veryify a usable python and return C(pong) on success. +short_description: Try to connect to host, verify a usable python and return C(pong) on success. description: - A trivial test module, this module always returns C(pong) on successful contact. It does not make sense in playbooks, but it is useful from