X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/788bdd3de995a4369aaa094f2f357733894b8367..bef50809707231789aac55853bc8d7f3f68e829c:/youtube-dl?ds=inline diff --git a/youtube-dl b/youtube-dl index c2d195c..3626006 100755 --- a/youtube-dl +++ b/youtube-dl @@ -374,7 +374,7 @@ try: block_size = new_block_size(before, after, dl_bytes) if video_len is not None and byte_counter != video_len: - error_advice_exit('server did not send the expected ammount of data') + error_advice_exit('server did not send the expected amount of data') video_file.close() cond_print('done.\n')