Skip to content

Commit

Permalink
Merge pull request #201 from Rokicto/patch-1
Browse files Browse the repository at this point in the history
correct a spelling mistake
  • Loading branch information
coldfix committed May 29, 2017
2 parents e3944f0 + c0fd85b commit 0ed7a97
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rpyc/utils/server.py
Original file line number Diff line number Diff line change
Expand Up @@ -302,7 +302,7 @@ def __init__(self, *args, **kwargs):
del kwargs['requestBatchSize']
# init the parent
Server.__init__(self, *args, **kwargs)
# a queue of connections having somethign to process
# a queue of connections having something to process
self._active_connection_queue = Queue.Queue()
# declare the pool as already active
self.active = True
Expand Down

0 comments on commit 0ed7a97

Please sign in to comment.