summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorRene Moser <mail@renemoser.net>2015-07-28 00:05:37 +0200
committerRene Moser <mail@renemoser.net>2015-07-28 00:05:37 +0200
commit5abaab68a46fb845946f8575ff29a03d2574d0e3 (patch)
tree72c8bce0d4c03ac41cddda78b77e5e51ac76c4e3
parent0984e9964f0b967345cad3d487814c262b31864a (diff)
downloadansible-modules-extras-5abaab68a46fb845946f8575ff29a03d2574d0e3.tar.gz
cloudstack: fix typos in doc
-rw-r--r--cloud/cloudstack/cs_account.py2
-rw-r--r--cloud/cloudstack/cs_iso.py2
2 files changed, 2 insertions, 2 deletions
diff --git a/cloud/cloudstack/cs_account.py b/cloud/cloudstack/cs_account.py
index d1302854..8196196a 100644
--- a/cloud/cloudstack/cs_account.py
+++ b/cloud/cloudstack/cs_account.py
@@ -21,7 +21,7 @@
DOCUMENTATION = '''
---
module: cs_account
-short_description: Manages account on Apache CloudStack based clouds.
+short_description: Manages accounts on Apache CloudStack based clouds.
description:
- Create, disable, lock, enable and remove accounts.
version_added: '2.0'
diff --git a/cloud/cloudstack/cs_iso.py b/cloud/cloudstack/cs_iso.py
index 67e4b283..7030e4be 100644
--- a/cloud/cloudstack/cs_iso.py
+++ b/cloud/cloudstack/cs_iso.py
@@ -21,7 +21,7 @@
DOCUMENTATION = '''
---
module: cs_iso
-short_description: Manages ISOs images on Apache CloudStack based clouds.
+short_description: Manages ISO images on Apache CloudStack based clouds.
description:
- Register and remove ISO images.
version_added: '2.0'