From 50cb06a1ea355824c49398fe655f9d4296639502 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Ville=20Skytt=C3=A4?= Date: Sat, 30 Jun 2012 20:05:11 +0300 Subject: Spelling fixes. --- src/libwebvi/webvi/asyncurl.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/libwebvi/webvi') 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 -- cgit v1.2.3