X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/0111603ce468dd0b50fd4ab3b677b3933e5fabc3..ab22b64615ccad53c273bec2989802a3bef0625e:/youtube-dl diff --git a/youtube-dl b/youtube-dl index 1aa6123..cbb1182 100755 --- a/youtube-dl +++ b/youtube-dl @@ -370,7 +370,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')