summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorTim Gates <tim.gates@iress.com>2020-02-25 12:03:38 +1100
committerGitHub <noreply@github.com>2020-02-25 08:03:38 +0700
commita49680f789a48fe7e464ece111bbc561cd42da3c (patch)
tree9392c026b496be3f1c0a6c0e4f57bebf06f4904e
parent71b01ba1b6e81550001d26832e0028002f61c42b (diff)
downloadrq-a49680f789a48fe7e464ece111bbc561cd42da3c.tar.gz
Fix simple typo: constrast -> contrast (#1200)
Closes #1199
-rw-r--r--rq/worker.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/rq/worker.py b/rq/worker.py
index 8c89709..789a2e8 100644
--- a/rq/worker.py
+++ b/rq/worker.py
@@ -754,7 +754,7 @@ class Worker(object):
os._exit(1)
# os._exit() is the way to exit from childs after a fork(), in
- # constrast to the regular sys.exit()
+ # contrast to the regular sys.exit()
os._exit(0)
def setup_work_horse_signals(self):