diff --git a/deluge/ui/client.py b/deluge/ui/client.py index 2abcd0a1e..3aa620aa0 100644 --- a/deluge/ui/client.py +++ b/deluge/ui/client.py @@ -312,7 +312,7 @@ class DaemonSSLProxy(DaemonProxy): def pop_deferred(self, request_id): """ - Pops a Deffered object. This is generally called once we receive the + Pops a Deferred object. This is generally called once we receive the reply we were waiting on from the server. :param request_id: int, the request_id of the Deferred to pop