mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-04-21 09:51:27 -07:00
[PR #7429/e556abb5 backport][stable-7] Many typo fixes (#7430)
Many typo fixes (#7429)
(cherry picked from commit e556abb56b
)
Co-authored-by: Alex <alex@alxg.de>
This commit is contained in:
parent
4175c4c8fe
commit
e19fda6cb0
46 changed files with 66 additions and 66 deletions
|
@ -485,7 +485,7 @@ class GitLabUser(object):
|
|||
|
||||
'''
|
||||
@param user User object
|
||||
@param identites List of identities to be added/updated
|
||||
@param identities List of identities to be added/updated
|
||||
@param overwrite_identities Overwrite user identities with identities passed to this module
|
||||
'''
|
||||
def add_identities(self, user, identities, overwrite_identities=False):
|
||||
|
@ -504,7 +504,7 @@ class GitLabUser(object):
|
|||
|
||||
'''
|
||||
@param user User object
|
||||
@param identites List of identities to be added/updated
|
||||
@param identities List of identities to be added/updated
|
||||
'''
|
||||
def delete_identities(self, user, identities):
|
||||
changed = False
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue