Skip to content

Commit 23afd7d

Browse files
committed
Fix typo in comment
1 parent 81be6a2 commit 23afd7d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

django_lightweight_queue/runner.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ def runner(
4343

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

0 commit comments

Comments
 (0)