From 2cc792d85a60ee2f40b2dfed6291266f4f054552 Mon Sep 17 00:00:00 2001 From: Tim Gates Date: Tue, 17 Dec 2019 17:03:35 +1100 Subject: [PATCH] Fix simple typo: recieves -> receives Closes #38 --- lamson/server.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lamson/server.py b/lamson/server.py index 984548b..eb4380f 100644 --- a/lamson/server.py +++ b/lamson/server.py @@ -203,7 +203,7 @@ def close(self): class QueueReceiver(object): """ Rather than listen on a socket this will watch a queue directory and - process messages it recieves from that. It works in almost the exact + process messages it receives from that. It works in almost the exact same way otherwise. """