summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Garland <johnnybg+deluge@gmail.com>2010-02-21 02:31:55 +1100
committerJohn Garland <johnnybg+deluge@gmail.com>2010-02-21 02:31:55 +1100
commitdc35732896ffb7a94def2056d31f955311fcdfed (patch)
treeee483482696775075d3b66886b748902172563cd
parent292428280d433a93620146bf0b04dff680ac6ddc (diff)
downloaddeluge-dc35732896ffb7a94def2056d31f955311fcdfed.tar.gz
deluge-dc35732896ffb7a94def2056d31f955311fcdfed.tar.bz2
deluge-dc35732896ffb7a94def2056d31f955311fcdfed.zip
Fixed typo.
-rw-r--r--deluge/ui/client.py2
1 files changed, 1 insertions, 1 deletions
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