fix spelling issues (#64103)

pull/64109/head
Sandra McCann 5 years ago committed by Alicia Cozine
parent e82d407fa8
commit 26236f474b

@ -1,2 +1,2 @@
bugfixes:
- Fix SSL protcol references in the ``mqtt`` module to prevent failures on Python 2.6.
- Fix SSL protocol references in the ``mqtt`` module to prevent failures on Python 2.6.

@ -14,7 +14,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = r'''
---
module: vultr_account_info
short_description: Get infos about the Vultr account.
short_description: Get information about the Vultr account.
description:
- Get infos about account balance, charges and payments.
version_added: "2.9"

@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = r'''
---
module: vultr_block_storage_info
short_description: Get infos about the Vultr block storage volumes available.
short_description: Get information about the Vultr block storage volumes available.
description:
- Get infos about block storage volumes available in Vultr.
version_added: "2.9"

@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = r'''
---
module: vultr_os_info
short_description: Get infos about the Vultr OSes available.
short_description: Get information about the Vultr OSes available.
description:
- Get infos about OSes available to boot servers.
version_added: "2.9"

@ -16,7 +16,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = r'''
---
module: vultr_ssh_key_info
short_description: Get infos about the Vultr SSH keys available.
short_description: Get information about the Vultr SSH keys available.
description:
- Get infos about SSH keys available.
version_added: "2.9"

@ -15,7 +15,7 @@ ANSIBLE_METADATA = {'metadata_version': '1.1',
DOCUMENTATION = r'''
---
module: vultr_user_info
short_description: Get infos about the Vultr user available.
short_description: Get information about the Vultr user available.
description:
- Get infos about users available in Vultr.
version_added: "2.9"

Loading…
Cancel
Save