Skip to content

Commit

Permalink
Fix obvious typos (#62821)
Browse files Browse the repository at this point in the history
* lib/ansible/modules/cloud/digital_ocean/digital_ocean_snapshot_info.py: fix typos

* lib/ansible/modules/cloud/ovirt/ovirt_host_network.py: fix typos

* test/integration/targets/cnos_backup/README.md: fix typos

* test/integration/targets/cnos_bgp/README.md: fix typos

* test/integration/targets/cnos_command/README.md: fix typos

* test/integration/targets/cnos_conditional_command/README.md: fix typos

* test/integration/targets/cnos_conditional_template/README.md: fix typos

* test/integration/targets/cnos_config/README.md: fix typos

* test/integration/targets/cnos_facts/README.md: fix typos

* test/integration/targets/cnos_image/README.md: fix typos

* test/integration/targets/cnos_rollback/README.md: fix typos

* test/integration/targets/cnos_save/README.md: fix typos

* test/integration/targets/cnos_showrun/README.md: fix typos

* test/integration/targets/cnos_template/README.md: fix typos

* test/integration/targets/cnos_vlag/README.md: fix typos

* test/integration/targets/enos_command/README.md: fix typos

* test/integration/targets/enos_config/README.md: fix typos

* test/integration/targets/enos_facts/README.md: fix typos

* test/legacy/roles/cnos_backup/README.md: fix typos

* test/legacy/roles/cnos_bgp/README.md: fix typos

* test/legacy/roles/cnos_command/README.md: fix typos

* test/legacy/roles/cnos_conditional_command/README.md: fix typos

* test/legacy/roles/cnos_conditional_template/README.md: fix typos

* test/legacy/roles/cnos_ethernet/README.md: fix typos

* test/legacy/roles/cnos_facts/README.md: fix typos

* test/legacy/roles/cnos_image/README.md: fix typos

* test/legacy/roles/cnos_portchannel/README.md: fix typos

* test/legacy/roles/cnos_rollback/README.md: fix typos

* test/legacy/roles/cnos_save/README.md: fix typos

* test/legacy/roles/cnos_showrun/README.md: fix typos

* test/legacy/roles/cnos_template/README.md: fix typos

* test/legacy/roles/cnos_vlag/README.md: fix typos

* test/legacy/roles/cnos_vlan/README.md: fix typos
  • Loading branch information
z3dm4n authored and gundalow committed Oct 18, 2019
1 parent aeb0dde commit 5ea7293
Show file tree
Hide file tree
Showing 33 changed files with 51 additions and 51 deletions.
Expand Up @@ -27,7 +27,7 @@
options:
snapshot_type:
description:
- Specifies the type of snapshot information to be retrived.
- Specifies the type of snapshot information to be retrieved.
- If set to C(droplet), then information are gathered related to snapshots based on Droplets only.
- If set to C(volume), then information are gathered related to snapshots based on volumes only.
- If set to C(by_id), then information are gathered related to snapshots based on snapshot id only.
Expand Down
2 changes: 1 addition & 1 deletion lib/ansible/modules/cloud/ovirt/ovirt_host_network.py
Expand Up @@ -111,7 +111,7 @@
gateway: 1.2.3.4
version: v4
# Create bond on eth1 and eth2 interface, specifiyng both mode and miimon:
# Create bond on eth1 and eth2 interface, specifying both mode and miimon:
- name: Bonds
ovirt_host_network:
name: myhost
Expand Down
2 changes: 1 addition & 1 deletion test/integration/targets/cnos_backup/README.md
Expand Up @@ -89,7 +89,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_backup_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to back up configuration
Expand Down
2 changes: 1 addition & 1 deletion test/integration/targets/cnos_bgp/README.md
Expand Up @@ -93,7 +93,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_bgp_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do BGP configuration
Expand Down
6 changes: 3 additions & 3 deletions test/integration/targets/cnos_command/README.md
@@ -1,4 +1,4 @@
# Ansible Role: cnos_command - Exceutes any CLI command on switch and results are displayed.
# Ansible Role: cnos_command - Executes any CLI command on switch and results are displayed.
---
<add role description below>

Expand Down Expand Up @@ -49,7 +49,7 @@ Variable | Description
`username` | User Name of switch
`password` | Password of switch
`timeout` | time out value for CLI
`authorixe` | Whether u have to enter enable mode for data collection.
`authorize` | Whether u have to enter enable mode for data collection.
`auth_pass`| Enable Password if required


Expand Down Expand Up @@ -88,7 +88,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_command_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do some CLI Command configurations
Expand Down
Expand Up @@ -94,7 +94,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_conditional_command_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do some configurations
Expand Down
Expand Up @@ -94,7 +94,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_conditional_template_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do some template configurations
Expand Down
4 changes: 2 additions & 2 deletions test/integration/targets/cnos_config/README.md
@@ -1,4 +1,4 @@
# Ansible Role: cnos_config - Exceutes any Configuration command on switch and results are displayed.
# Ansible Role: cnos_config - Executes any Configuration command on switch and results are displayed.
---
<add role description below>

Expand Down Expand Up @@ -83,7 +83,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_config_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do some CLI Command configurations
Expand Down
8 changes: 4 additions & 4 deletions test/integration/targets/cnos_facts/README.md
@@ -1,4 +1,4 @@
# Ansible Role: cnos_facts - Displays switch inforamtion
# Ansible Role: cnos_facts - Displays switch information
---
<add role description below>

Expand Down Expand Up @@ -32,7 +32,7 @@ Variable | Description
`ansible_ssh_pass` | Specifies the password used to log into the switch

To gather subsets you will specify the following variables to get appropriate
data retrived from the devices
data retrieved from the devices

Variable | Description
--- | ---
Expand All @@ -47,7 +47,7 @@ Variable | Description
`username` | User Name of switch
`password` | Password of switch
`timeout` | time out value for CLI
`authorixe` | Whether u have to enter enable mode for data collection.
`authorize` | Whether u have to enter enable mode for data collection.
`auth_pass`| Enable Password if required


Expand Down Expand Up @@ -87,7 +87,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_facts_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do some CLI Command configurations
Expand Down
2 changes: 1 addition & 1 deletion test/integration/targets/cnos_image/README.md
Expand Up @@ -93,7 +93,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_image_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do image download
Expand Down
2 changes: 1 addition & 1 deletion test/integration/targets/cnos_rollback/README.md
Expand Up @@ -93,7 +93,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_rollback_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do rollback of configurations
Expand Down
2 changes: 1 addition & 1 deletion test/integration/targets/cnos_save/README.md
Expand Up @@ -70,7 +70,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_save_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do save configurations
Expand Down
4 changes: 2 additions & 2 deletions test/integration/targets/cnos_showrun/README.md
@@ -1,4 +1,4 @@
# Ansible Role: cnos_showrun_sample - Displays Running Configuration inforamtion
# Ansible Role: cnos_showrun_sample - Displays Running Configuration information
---
<add role description below>

Expand Down Expand Up @@ -70,7 +70,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_showrun_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do Show Sys Info
Expand Down
2 changes: 1 addition & 1 deletion test/integration/targets/cnos_template/README.md
Expand Up @@ -86,7 +86,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_template_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do some template configurations
Expand Down
2 changes: 1 addition & 1 deletion test/integration/targets/cnos_vlag/README.md
Expand Up @@ -89,7 +89,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_vlag_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do VLAG configurations
Expand Down
6 changes: 3 additions & 3 deletions test/integration/targets/enos_command/README.md
@@ -1,4 +1,4 @@
# Ansible Role: enos_command - Exceutes any CLI command on switch and results are displayed.
# Ansible Role: enos_command - Executes any CLI command on switch and results are displayed.
---
<add role description below>

Expand Down Expand Up @@ -49,7 +49,7 @@ Variable | Description
`username` | User Name of switch
`password` | Password of switch
`timeout` | time out value for CLI
`authorixe` | Whether u have to enter enable mode for data collection.
`authorize` | Whether u have to enter enable mode for data collection.
`auth_pass`| Enable Password if required


Expand Down Expand Up @@ -88,7 +88,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook enos_command_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do some CLI Command configurations
Expand Down
6 changes: 3 additions & 3 deletions test/integration/targets/enos_config/README.md
@@ -1,4 +1,4 @@
# Ansible Role: enos_config - Exceutes any Configuration command on switch and results are displayed.
# Ansible Role: enos_config - Executes any Configuration command on switch and results are displayed.
---
<add role description below>

Expand Down Expand Up @@ -56,7 +56,7 @@ Variable | Description
`username` | User Name of switch
`password` | Password of switch
`timeout` | time out value for CLI
`authorixe` | Whether u have to enter enable mode for data collection.
`authorize` | Whether u have to enter enable mode for data collection.
`auth_pass`| Enable Password if required


Expand Down Expand Up @@ -96,7 +96,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook enos_config_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do some CLI Command configurations
Expand Down
8 changes: 4 additions & 4 deletions test/integration/targets/enos_facts/README.md
@@ -1,4 +1,4 @@
# Ansible Role: enos_facts - Displays switch inforamtion
# Ansible Role: enos_facts - Displays switch information
---
<add role description below>

Expand Down Expand Up @@ -32,7 +32,7 @@ Variable | Description
`ansible_ssh_pass` | Specifies the password used to log into the switch

To gather subsets you will specify the following variables to get appropriate
data retrived from the devices
data retrieved from the devices

Variable | Description
--- | ---
Expand All @@ -47,7 +47,7 @@ Variable | Description
`username` | User Name of switch
`password` | Password of switch
`timeout` | time out value for CLI
`authorixe` | Whether u have to enter enable mode for data collection.
`authorize` | Whether u have to enter enable mode for data collection.
`auth_pass`| Enable Password if required


Expand Down Expand Up @@ -86,7 +86,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook enos_facts_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do some CLI Command configurations
Expand Down
2 changes: 1 addition & 1 deletion test/legacy/roles/cnos_backup/README.md
Expand Up @@ -87,7 +87,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_backup_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to back up configuration
Expand Down
2 changes: 1 addition & 1 deletion test/legacy/roles/cnos_bgp/README.md
Expand Up @@ -92,7 +92,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_bgp_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do BGP configuration
Expand Down
2 changes: 1 addition & 1 deletion test/legacy/roles/cnos_command/README.md
Expand Up @@ -84,7 +84,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_command_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do some CLI Command configurations
Expand Down
2 changes: 1 addition & 1 deletion test/legacy/roles/cnos_conditional_command/README.md
Expand Up @@ -92,7 +92,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_conditional_command_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do some configurations
Expand Down
2 changes: 1 addition & 1 deletion test/legacy/roles/cnos_conditional_template/README.md
Expand Up @@ -92,7 +92,7 @@ To execute an Ansible playbook, use the following command:
ansible-playbook cnos_conditional_template_sample.yml -vvv
```

`-vvv` is an optional verbos command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.
`-vvv` is an optional verbose command that helps identify what is happening during playbook execution. The playbook for each role is located in the main directory of the solution.

```
- name: Module to do some template configurations
Expand Down

0 comments on commit 5ea7293

Please sign in to comment.