diff --git a/lib/ansible/modules/cloud/amazon/aws_config_aggregator.py b/lib/ansible/modules/cloud/amazon/aws_config_aggregator.py index 03c1e5f3f7..c255d9ae1a 100644 --- a/lib/ansible/modules/cloud/amazon/aws_config_aggregator.py +++ b/lib/ansible/modules/cloud/amazon/aws_config_aggregator.py @@ -44,20 +44,20 @@ options: - A list of source regions being aggregated. all_aws_regions: description: - - If true, aggreagate existing AWS Config regions and future regions. + - If true, aggregate existing AWS Config regions and future regions. organization_source: description: - The region authorized to collect aggregated data. suboptions: role_arn: description: - - ARN of the IAM role used to retreive AWS Organization details associated with the aggregator account. + - ARN of the IAM role used to retrieve AWS Organization details associated with the aggregator account. aws_regions: description: - The source regions being aggregated. all_aws_regions: description: - - If true, aggreagate existing AWS Config regions and future regions. + - If true, aggregate existing AWS Config regions and future regions. extends_documentation_fragment: - aws - ec2 diff --git a/lib/ansible/modules/monitoring/grafana_dashboard.py b/lib/ansible/modules/monitoring/grafana_dashboard.py index 48e8548fcf..2ce0e940ed 100644 --- a/lib/ansible/modules/monitoring/grafana_dashboard.py +++ b/lib/ansible/modules/monitoring/grafana_dashboard.py @@ -65,7 +65,7 @@ options: uid: version_added: 2.7 description: - - uid of the dasboard to export when C(state) is C(export) or C(absent). + - uid of the dashboard to export when C(state) is C(export) or C(absent). path: description: - The path to the json file containing the Grafana dashboard to import or export. @@ -423,7 +423,7 @@ def main(): except GrafanaMalformedJson as e: module.fail_json( failed=True, - msg="error : json file does not contain a meta section with a slug parameter, or you did'nt specify the slug parameter" + msg="error : json file does not contain a meta section with a slug parameter, or you did not specify the slug parameter" ) return except GrafanaDeleteException as e: diff --git a/lib/ansible/modules/storage/netapp/na_ontap_broadcast_domain.py b/lib/ansible/modules/storage/netapp/na_ontap_broadcast_domain.py index 314402074a..561efc5f9a 100644 --- a/lib/ansible/modules/storage/netapp/na_ontap_broadcast_domain.py +++ b/lib/ansible/modules/storage/netapp/na_ontap_broadcast_domain.py @@ -50,7 +50,7 @@ options: - Add a port if it is specified in expected state but not in current state. - Delete a port if it is specified in current state but not in expected state. - For split action, it represents the ports to be split from current broadcast domain and added to the new broadcast domain. - - if all ports are removed or splited from a broadcast domain, the broadcast domain will be deleted automatically. + - if all ports are removed or split from a broadcast domain, the broadcast domain will be deleted automatically. ''' EXAMPLES = """ @@ -145,7 +145,7 @@ class NetAppOntapBroadcastDomain(object): """ Return details about the broadcast domain :param broadcast_domain: specific broadcast domain to get. - :return: Details about the broadcas domain. None if not found. + :return: Details about the broadcast domain. None if not found. :rtype: dict """ if broadcast_domain is None: diff --git a/lib/ansible/plugins/lookup/grafana_dashboard.py b/lib/ansible/plugins/lookup/grafana_dashboard.py index 2a9c7b498e..4c44470d67 100644 --- a/lib/ansible/plugins/lookup/grafana_dashboard.py +++ b/lib/ansible/plugins/lookup/grafana_dashboard.py @@ -25,7 +25,7 @@ options: - api key of grafana. - when C(grafana_api_key) is set, the options C(grafan_user), C(grafana_password) and C(grafana_org_id) are ignored. - Attention, please remove the two == at the end of the grafana_api_key - - because ansible lookup plugins options are splited on = (see example). + - because ansible lookup plugins options are split on = (see example). env: - name: GRAFANA_API_KEY grafana_user: