From f60e4884df50db2f65e5a35bd602c4074981cbab Mon Sep 17 00:00:00 2001 From: Travis Johnson Date: Tue, 9 Dec 2014 12:05:12 -0500 Subject: [PATCH] a comment typo --- rq/queue.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rq/queue.py b/rq/queue.py index 7dfb0f8..a9049dd 100644 --- a/rq/queue.py +++ b/rq/queue.py @@ -149,7 +149,7 @@ class Queue(object): def compact(self): """Removes all "dead" jobs from the queue by cycling through it, while - guarantueeing FIFO semantics. + guaranteeing FIFO semantics. """ COMPACT_QUEUE = 'rq:queue:_compact:{0}'.format(uuid.uuid4())