summaryrefslogtreecommitdiff
path: root/src/libwebvi/webvi/asyncurl.py
diff options
context:
space:
mode:
Diffstat (limited to 'src/libwebvi/webvi/asyncurl.py')
-rw-r--r--src/libwebvi/webvi/asyncurl.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libwebvi/webvi/asyncurl.py b/src/libwebvi/webvi/asyncurl.py
index 36df9a5..a367bc5 100644
--- a/src/libwebvi/webvi/asyncurl.py
+++ b/src/libwebvi/webvi/asyncurl.py
@@ -351,7 +351,7 @@ class async_curl_dispatcher:
def handle_completed(self, err, errmsg):
"""Called when the download has finished. err is a numeric
- error code (or 0 if the download was successfull) and errmsg
+ error code (or 0 if the download was successful) and errmsg
is a curl error message as a string."""
# It seems that a reference to self.write_to_buf forbids
# garbage collection from deleting this object. unsetopt() or