X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/3eb337504ae61b7048fed8f1112d490c637a1970..3c55271d527f42a802bfd58269563800c3c415ad:/youtube-dl diff --git a/youtube-dl b/youtube-dl index c7d73a7..686e5c4 100755 --- a/youtube-dl +++ b/youtube-dl @@ -369,7 +369,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')