From 8dd4d2f0948999ded913bc04b0665debe78b8c78 Mon Sep 17 00:00:00 2001 From: John Garland Date: Sun, 21 Feb 2010 02:32:24 +1100 Subject: [PATCH] Fixed typo. --- deluge/ui/client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/deluge/ui/client.py b/deluge/ui/client.py index 4f86089e2..75e42d830 100644 --- a/deluge/ui/client.py +++ b/deluge/ui/client.py @@ -320,7 +320,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: the request_id of the Deferred to pop