mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-26 12:21:26 -07:00
Misc typo fixes (#45969)
Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
623f803e0b
commit
0ecbd50c3b
4 changed files with 8 additions and 8 deletions
|
@ -98,7 +98,7 @@ EXAMPLES = '''
|
|||
|
||||
RETURN = '''
|
||||
state:
|
||||
description: Current state of the avaibility set
|
||||
description: Current state of the availability set
|
||||
returned: always
|
||||
type: dict
|
||||
changed:
|
||||
|
@ -118,7 +118,7 @@ except ImportError:
|
|||
|
||||
def availability_set_to_dict(avaset):
|
||||
'''
|
||||
Serialazing the availability set from the API to Dict
|
||||
Serializing the availability set from the API to Dict
|
||||
:return: dict
|
||||
'''
|
||||
return dict(
|
||||
|
@ -242,7 +242,7 @@ class AzureRMAvailabilitySet(AzureRMModuleBase):
|
|||
def faildeploy(self, param):
|
||||
'''
|
||||
Helper method to push fail message in the console.
|
||||
Usefull to notify that the users cannot change some values in a Availibility Set
|
||||
Useful to notify that the users cannot change some values in a Availability Set
|
||||
|
||||
:param: variable's name impacted
|
||||
:return: void
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue