Skip to content
This repository has been archived by the owner on Nov 14, 2024. It is now read-only.

Commit

Permalink
Misc. typo fixes (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
modular-magician authored and rambleraptor committed Dec 19, 2018
1 parent 07425f6 commit 8aff6fc
Show file tree
Hide file tree
Showing 8 changed files with 17 additions and 17 deletions.
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/google/gcp_compute_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions lib/ansible/modules/cloud/google/gcp_container_cluster.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
4 changes: 2 additions & 2 deletions lib/ansible/modules/cloud/google/gcp_container_node_pool.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down
12 changes: 6 additions & 6 deletions lib/ansible/modules/cloud/google/gcp_sql_instance.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down
6 changes: 3 additions & 3 deletions lib/ansible/modules/cloud/google/gcp_sql_instance_facts.py
Original file line number Diff line number Diff line change
Expand Up @@ -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:
Expand Down Expand Up @@ -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:
Expand Down

0 comments on commit 8aff6fc

Please sign in to comment.