From a99d79187b3b82610c96a7d8e1082dfb9f99124c Mon Sep 17 00:00:00 2001 From: Peter Featherstone Date: Fri, 7 Apr 2017 13:11:13 +0100 Subject: [PATCH] Minor spelling mistake Minor spelling update of `proccess` to `process` --- rq/worker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rq/worker.py b/rq/worker.py index face74a..0744a8d 100644 --- a/rq/worker.py +++ b/rq/worker.py @@ -562,7 +562,7 @@ class Worker(object): self.failed_queue.quarantine( job, exc_info=( - "Work-horse proccess " + "Work-horse process " "was terminated unexpectedly" ) )