X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/17b79875ed4a7786e28c1bb12c4dbef09a8022a8..90f68a0c2ee165f5ce003db763677a8cf72730d8:/youtube-dl?ds=sidebyside diff --git a/youtube-dl b/youtube-dl index ba27e75..52f1e3f 100755 --- a/youtube-dl +++ b/youtube-dl @@ -394,7 +394,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')