Fix typo in report_resuming_byte doc string (fixes issue #188)
authorRicardo Garcia <sarbalap+freshmeat@gmail.com>
Thu, 12 Aug 2010 16:28:34 +0000 (18:28 +0200)
committerRicardo Garcia <sarbalap+freshmeat@gmail.com>
Sun, 31 Oct 2010 10:28:40 +0000 (11:28 +0100)
youtube-dl

index d5469495404ca1ca9640a0a619628c511edf4f59..b41b57ea8aec88793b6143c5c3180a19ea901c09 100755 (executable)
@@ -353,7 +353,7 @@ class FileDownloader(object):
                                (percent_str, data_len_str, speed_str, eta_str), skip_eol=True)
 
        def report_resuming_byte(self, resume_len):
-               """Report attemtp to resume at given byte."""
+               """Report attempt to resume at given byte."""
                self.to_stdout(u'[download] Resuming download at byte %s' % resume_len)
        
        def report_retry(self, count, retries):