From 8aff6fc91050d17bad53bbe50128fd3c2292d3f2 Mon Sep 17 00:00:00 2001 From: The Magician Date: Wed, 19 Dec 2018 13:23:16 -0800 Subject: [PATCH] Misc. typo fixes (#150) --- .../modules/cloud/google/gcp_compute_instance.py | 2 +- .../cloud/google/gcp_compute_instance_template.py | 2 +- .../modules/cloud/google/gcp_container_cluster.py | 4 ++-- .../cloud/google/gcp_container_cluster_facts.py | 2 +- .../modules/cloud/google/gcp_container_node_pool.py | 4 ++-- .../cloud/google/gcp_container_node_pool_facts.py | 2 +- lib/ansible/modules/cloud/google/gcp_sql_instance.py | 12 ++++++------ .../modules/cloud/google/gcp_sql_instance_facts.py | 6 +++--- 8 files changed, 17 insertions(+), 17 deletions(-) diff --git a/lib/ansible/modules/cloud/google/gcp_compute_instance.py b/lib/ansible/modules/cloud/google/gcp_compute_instance.py index df0bd94769b782..3bc3dc23c68ce5 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_instance.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_instance.py @@ -1198,7 +1198,7 @@ def decode_response(response, module): return response -# TODO(alexstephen): Implement updating metadata on exsiting resources. +# TODO(alexstephen): Implement updating metadata on existing resources. # Expose instance 'metadata' as a simple name/value pair hash. However the API # defines metadata as a NestedObject with the following layout: diff --git a/lib/ansible/modules/cloud/google/gcp_compute_instance_template.py b/lib/ansible/modules/cloud/google/gcp_compute_instance_template.py index 9f6da929c3f576..680f8ced724191 100644 --- a/lib/ansible/modules/cloud/google/gcp_compute_instance_template.py +++ b/lib/ansible/modules/cloud/google/gcp_compute_instance_template.py @@ -1118,7 +1118,7 @@ def decode_response(response, module): return response -# TODO(alexstephen): Implement updating metadata on exsiting resources. +# TODO(alexstephen): Implement updating metadata on existing resources. # Expose instance 'metadata' as a simple name/value pair hash. However the API # defines metadata as a NestedObject with the following layout: diff --git a/lib/ansible/modules/cloud/google/gcp_container_cluster.py b/lib/ansible/modules/cloud/google/gcp_container_cluster.py index 4e71d4363e33a0..3ed8cda9f40bf6 100644 --- a/lib/ansible/modules/cloud/google/gcp_container_cluster.py +++ b/lib/ansible/modules/cloud/google/gcp_container_cluster.py @@ -153,7 +153,7 @@ preemptible: description: - 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible) - for more inforamtion about preemptible VM instances.' + for more information about preemptible VM instances.' required: false type: bool master_auth: @@ -403,7 +403,7 @@ preemptible: description: - 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible) - for more inforamtion about preemptible VM instances.' + for more information about preemptible VM instances.' returned: success type: bool masterAuth: diff --git a/lib/ansible/modules/cloud/google/gcp_container_cluster_facts.py b/lib/ansible/modules/cloud/google/gcp_container_cluster_facts.py index c9db24c02b0142..db925dafc422ca 100644 --- a/lib/ansible/modules/cloud/google/gcp_container_cluster_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_container_cluster_facts.py @@ -181,7 +181,7 @@ preemptible: description: - 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible) - for more inforamtion about preemptible VM instances.' + for more information about preemptible VM instances.' returned: success type: bool masterAuth: diff --git a/lib/ansible/modules/cloud/google/gcp_container_node_pool.py b/lib/ansible/modules/cloud/google/gcp_container_node_pool.py index d6cc42d6b7bbe8..a2c9fa3445d620 100644 --- a/lib/ansible/modules/cloud/google/gcp_container_node_pool.py +++ b/lib/ansible/modules/cloud/google/gcp_container_node_pool.py @@ -136,7 +136,7 @@ preemptible: description: - 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible) - for more inforamtion about preemptible VM instances.' + for more information about preemptible VM instances.' required: false type: bool initial_node_count: @@ -335,7 +335,7 @@ preemptible: description: - 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible) - for more inforamtion about preemptible VM instances.' + for more information about preemptible VM instances.' returned: success type: bool initialNodeCount: diff --git a/lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py b/lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py index 48b33c2a2b9cab..8f3eece3a675e7 100644 --- a/lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_container_node_pool_facts.py @@ -167,7 +167,7 @@ preemptible: description: - 'Whether the nodes are created as preemptible VM instances. See: U(https://cloud.google.com/compute/docs/instances/preemptible) - for more inforamtion about preemptible VM instances.' + for more information about preemptible VM instances.' returned: success type: bool initialNodeCount: diff --git a/lib/ansible/modules/cloud/google/gcp_sql_instance.py b/lib/ansible/modules/cloud/google/gcp_sql_instance.py index 7322d2bd7a36b4..df4a46ef75e993 100644 --- a/lib/ansible/modules/cloud/google/gcp_sql_instance.py +++ b/lib/ansible/modules/cloud/google/gcp_sql_instance.py @@ -87,7 +87,7 @@ description: - The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The master can only failover to - the falover replica when the status is true. + the failover replica when the status is true. required: false type: bool name: @@ -163,8 +163,8 @@ required: false client_key: description: - - PEM representation of the slave's private key. The corresponsing public - key is encoded in the client's asf asd certificate. + - PEM representation of the slave's private key. The corresponding public + key is encoded in the client's certificate. required: false connect_retry_interval: description: @@ -320,7 +320,7 @@ description: - The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The master can only failover to - the falover replica when the status is true. + the failover replica when the status is true. returned: success type: bool name: @@ -427,8 +427,8 @@ type: str clientKey: description: - - PEM representation of the slave's private key. The corresponsing public - key is encoded in the client's asf asd certificate. + - PEM representation of the slave's private key. The corresponding public + key is encoded in the client's certificate. returned: success type: str connectRetryInterval: diff --git a/lib/ansible/modules/cloud/google/gcp_sql_instance_facts.py b/lib/ansible/modules/cloud/google/gcp_sql_instance_facts.py index fdde60aabce84e..55842f9f72c660 100644 --- a/lib/ansible/modules/cloud/google/gcp_sql_instance_facts.py +++ b/lib/ansible/modules/cloud/google/gcp_sql_instance_facts.py @@ -90,7 +90,7 @@ description: - The availability status of the failover replica. A false status indicates that the failover replica is out of sync. The master can only failover - to the falover replica when the status is true. + to the failover replica when the status is true. returned: success type: bool name: @@ -200,8 +200,8 @@ type: str clientKey: description: - - PEM representation of the slave's private key. The corresponsing public - key is encoded in the client's asf asd certificate. + - PEM representation of the slave's private key. The corresponding public + key is encoded in the client's certificate. returned: success type: str connectRetryInterval: