mirror of
https://github.com/ansible-collections/community.general.git
synced 2026-05-07 22:02:50 +00: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:
committed by
John R Barker
parent
9d8aa43c67
commit
07be5f2b67
@@ -180,7 +180,7 @@ def copy_image(module, ec2):
|
||||
|
||||
module.exit_json(changed=True, image_id=image_id)
|
||||
except WaiterError as we:
|
||||
module.fail_json(msg='An error occured waiting for the image to become available. (%s)' % we.reason)
|
||||
module.fail_json(msg='An error occurred waiting for the image to become available. (%s)' % we.reason)
|
||||
except ClientError as ce:
|
||||
module.fail_json(msg=ce.message)
|
||||
except NoCredentialsError:
|
||||
|
||||
Reference in New Issue
Block a user