mirror of
https://github.com/ansible-collections/community.general.git
synced 2025-07-22 12:50:22 -07:00
spelling fixes (non-trivial, changing messages) (#25094)
Multiple spell fixes in single commit. Taking over existing PR as per comment - https://github.com/ansible/ansible/pull/23645#issuecomment-304312275 Original Author: klemens <ka7@github.com> Signed-off-by: Abhijeet Kasurde <akasurde@redhat.com>
This commit is contained in:
parent
9d8aa43c67
commit
07be5f2b67
25 changed files with 36 additions and 36 deletions
|
@ -239,7 +239,7 @@ def main():
|
|||
# When an tap URL is provided explicitly, we allow adding
|
||||
# *single* tap only. Validate and proceed to add single tap.
|
||||
if len(taps) > 1:
|
||||
msg = "List of muliple taps may not be provided with 'url' option."
|
||||
msg = "List of multiple taps may not be provided with 'url' option."
|
||||
module.fail_json(msg=msg)
|
||||
else:
|
||||
failed, changed, msg = add_tap(module, brew_path, taps[0], url)
|
||||
|
|
|
@ -570,7 +570,7 @@ class YumRepo(object):
|
|||
# defined.
|
||||
if (self.params['baseurl'], self.params['mirrorlist']) == (None, None):
|
||||
self.module.fail_json(
|
||||
msg='Paramater "baseurl" or "mirrorlist" is required for '
|
||||
msg='Parameter "baseurl" or "mirrorlist" is required for '
|
||||
'adding a new repo.')
|
||||
|
||||
# Set options
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue