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. """