From b89cb956092e6f28d16010dc887ee2dc46e7855b Mon Sep 17 00:00:00 2001 From: Abhijeet Kasurde Date: Mon, 12 Jun 2017 12:25:19 +0530 Subject: Fix spelling mistakes (comments only) (#25564) Original Author : klemens Taking over previous PR as per https://github.com/ansible/ansible/pull/23644#issuecomment-307334525 Signed-off-by: Abhijeet Kasurde --- lib/ansible/modules/cloud/cloudstack/cs_pod.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/ansible/modules/cloud/cloudstack/cs_pod.py') diff --git a/lib/ansible/modules/cloud/cloudstack/cs_pod.py b/lib/ansible/modules/cloud/cloudstack/cs_pod.py index 29c36913f3..a408baf9f4 100644 --- a/lib/ansible/modules/cloud/cloudstack/cs_pod.py +++ b/lib/ansible/modules/cloud/cloudstack/cs_pod.py @@ -38,7 +38,7 @@ options: required: true id: description: - - uuid of the exising pod. + - uuid of the existing pod. default: null required: false start_ip: -- cgit v1.2.1