diff options
| author | Ville Skyttä <ville.skytta@iki.fi> | 2012-06-30 20:05:11 +0300 |
|---|---|---|
| committer | Antti Ajanki <antti.ajanki@iki.fi> | 2012-07-02 21:17:01 +0300 |
| commit | 50cb06a1ea355824c49398fe655f9d4296639502 (patch) | |
| tree | 248f3f0b61f3ecb043924b31b790cf3cbc302949 /src/libwebvi/webvi | |
| parent | 530c8cf3720227cee10fd3224783c321df1b5c6f (diff) | |
| download | vdr-plugin-webvideo-50cb06a1ea355824c49398fe655f9d4296639502.tar.gz vdr-plugin-webvideo-50cb06a1ea355824c49398fe655f9d4296639502.tar.bz2 | |
Spelling fixes.
Diffstat (limited to 'src/libwebvi/webvi')
| -rw-r--r-- | src/libwebvi/webvi/asyncurl.py | 2 |
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 |
