Skip to content

Commit

Permalink
Typo fix in message (#6979)
Browse files Browse the repository at this point in the history
  • Loading branch information
justinclift committed May 18, 2024
1 parent 10a46fd commit bd4ba96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion redash/tasks/queries/execution.py
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@ def enqueue_query(query, data_source, user_id, is_api_key=False, scheduled_query
if job_complete:
message = "job found is complete (%s)" % status
elif job_cancelled:
message = "job found has ben cancelled"
message = "job found has been cancelled"
except NoSuchJobError:
message = "job found has expired"
job_exists = False
Expand Down

0 comments on commit bd4ba96

Please sign in to comment.