fix spelling issues (#64103)

This commit is contained in:
Sandra McCann 2019-10-30 10:26:36 -04:00 committed by Alicia Cozine
parent e82d407fa8
commit 26236f474b
6 changed files with 6 additions and 6 deletions

View file

@ -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.

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"

View file

@ -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"