X-Git-Url: https://git.rapsys.eu/youtubedl/blobdiff_plain/3628e7dbd71974381d77f4e43bf617c20760e3f6..ea94aadfa2b344a139c59de0a1bbcb6b27b82962:/youtube-dl diff --git a/youtube-dl b/youtube-dl index 8399e88..5e12489 100755 --- a/youtube-dl +++ b/youtube-dl @@ -362,7 +362,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')