Skip to content

Commit

Permalink
Fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
PeterJCLaw committed Sep 9, 2022
1 parent 81be6a2 commit 23afd7d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion django_lightweight_queue/runner.py
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@ def runner(

# Note: we deliberately configure our handling of SIGTERM _after_ the
# startup processes have happened; this ensures that the startup processes
# (which could take a long time) are naturally interupted by the signal.
# (which could take a long time) are naturally interrupted by the signal.
def handle_term(signum: int, stack: object) -> None:
nonlocal running
logger.debug("Caught TERM signal")
Expand Down

0 comments on commit 23afd7d

Please sign in to comment.