Module: deluge Branch: statuswindow Commit: 8dd4d2f0948999ded913bc04b0665debe78b8c78
Author: John Garland <[email protected]> Date: Sun Feb 21 02:32:24 2010 +1100 Fixed typo. --- deluge/ui/client.py | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/deluge/ui/client.py b/deluge/ui/client.py index 4f86089..75e42d8 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 -- You received this message because you are subscribed to the Google Groups "deluge-commit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/deluge-commit?hl=en.
