X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/753469aa943e67ab0221fd92201c4302b2d14f79..a4ca6ba1ad763074e063831f46d1996994ba557b:/youtube-dl?ds=inline diff --git a/youtube-dl b/youtube-dl index 03c0cf5..3ad5cd8 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')