Skip to content

Commit

Permalink
fix a few typos
Browse files Browse the repository at this point in the history
  • Loading branch information
villebro committed Dec 23, 2022
1 parent 7e3977a commit e9729a2
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion superset/db_engine_specs/base.py
Original file line number Diff line number Diff line change
Expand Up @@ -1598,7 +1598,7 @@ def prepare_cancel_query(cls, query: Query, session: Session) -> None:
"""
Some databases may acquire the query cancelation id after the query
cancelation request has been received. For those cases, the db engine spec
can record the cancelation intent so that the query can be either be stopped
can record the cancelation intent so that the query can either be stopped
prior to execution, or canceled once the query id is acquired.
"""
return None
Expand Down
2 changes: 1 addition & 1 deletion superset/sql_lab.py
Original file line number Diff line number Diff line change
Expand Up @@ -614,7 +614,7 @@ def cancel_query(query: Query) -> bool:
"""
Cancel a running query.
Note some engines implicitly handle the cancellation of a query and thus no explicit
Note some engines implicitly handle the cancelation of a query and thus no explicit
action is required.
:param query: Query to cancel
Expand Down

0 comments on commit e9729a2

Please sign in to comment.