X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/b52d58c8a3dd6ac048b7165a24dd028667db9fcb..0b091d41691aa7a6c2d72f1b7a284fd78d76cd30:/youtube-dl diff --git a/youtube-dl b/youtube-dl index 56e770f..4a31968 100755 --- a/youtube-dl +++ b/youtube-dl @@ -382,7 +382,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')