Merge pull request #2545 from mandre/patch-1

Fix typo in ping module short description
reviewable/pr18780/r1
Brian Coca 10 years ago
commit c854b9ac9f

@ -23,7 +23,7 @@ DOCUMENTATION = '''
--- ---
module: ping module: ping
version_added: historical 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: description:
- A trivial test module, this module always returns C(pong) on successful - 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 contact. It does not make sense in playbooks, but it is useful from

Loading…
Cancel
Save