diff --git a/child/dial.py b/child/dial.py index d8d9871..56a93a1 100644 --- a/child/dial.py +++ b/child/dial.py @@ -75,7 +75,7 @@ def lambda_handler(event, context): q.put(parent_exception) if q.qsize() > 0: - print(f'[-]Unhandled exception occoured while processing request. error = {q}') + print(f'[-]Unhandled exception occurred while processing request. error = {q}') for exception in q.queue: print(exception) #write_to_s3_bucket(event, q, "dial-security")