From 85c09c99447f430afdd40f6621a5665456d9ce6e Mon Sep 17 00:00:00 2001 From: Siva Popuri Date: Wed, 22 Jul 2015 14:13:38 -0500 Subject: [PATCH] fixed typos --- .../modules/extras/cloud/centurylink/clc_aa_policy.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/lib/ansible/modules/extras/cloud/centurylink/clc_aa_policy.py b/lib/ansible/modules/extras/cloud/centurylink/clc_aa_policy.py index 790632ddb72..e05ce1a3e78 100644 --- a/lib/ansible/modules/extras/cloud/centurylink/clc_aa_policy.py +++ b/lib/ansible/modules/extras/cloud/centurylink/clc_aa_policy.py @@ -55,7 +55,7 @@ notes: - To use this module, it is required to set the below environment variables which enables access to the Centurylink Cloud - CLC_V2_API_USERNAME, the account login id for the centurylink cloud - - CLC_V2_API_PASSWORD, the account passwod for the centurylink cloud + - CLC_V2_API_PASSWORD, the account password for the centurylink cloud - Alternatively, the module accepts the API token and account alias. The API token can be generated using the CLC account login and password via the HTTP api call @ https://api.ctl.io/v2/authentication/login - CLC_V2_API_TOKEN, the API token generated from https://api.ctl.io/v2/authentication/login @@ -229,7 +229,7 @@ class ClcAntiAffinityPolicy(): def _create_policy(self, p): """ - Create an Anti Affinnity Policy using the CLC API. + Create an Anti Affinity Policy using the CLC API. :param p: datacenter to create policy in :return: response dictionary from the CLC API. """ @@ -283,7 +283,7 @@ class ClcAntiAffinityPolicy(): def _ensure_policy_is_present(self, p): """ Ensures that a policy is present - :param p: dictonary of a policy name + :param p: dictionary of a policy name :return: tuple of if an addition occurred and the name of the policy that was added """ changed = False