1
0
Fork 0
mirror of https://github.com/ansible-collections/community.general.git synced 2026-06-29 23:49:09 +00:00

Spelling fixes

This commit is contained in:
Michael DeHaan 2013-06-16 22:09:35 -04:00
parent a1d1ce8360
commit 512d7ba531
3 changed files with 4 additions and 4 deletions

View file

@ -86,12 +86,12 @@ options:
default: false
shared:
description:
- Wether this network is shared or not
- Whether this network is shared or not
required: false
default: false
admin_state_up:
description:
- Wether the state should be marked as up or down
- Whether the state should be marked as up or down
required: false
default: true
requirements: ["quantumclient", "keystoneclient"]