From: Antoine Cellerier Date: Mon, 6 Nov 2006 20:00:40 +0000 (+0000) Subject: s/Warm/Warn/ X-Git-Tag: 0.9.0-test0~9643 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=d4d67e796f7436a29e5a55c0bfebd09b6b408444;p=vlc s/Warm/Warn/ --- diff --git a/include/vlc_block.h b/include/vlc_block.h index 3cd8f6b652..68f29ca1c0 100644 --- a/include/vlc_block.h +++ b/include/vlc_block.h @@ -56,7 +56,7 @@ typedef struct block_sys_t block_sys_t; #define BLOCK_FLAG_TYPE_B 0x0008 /** For inter frame when you don't know the real type */ #define BLOCK_FLAG_TYPE_PB 0x0010 -/** Warm that this block is a header one */ +/** Warn that this block is a header one */ #define BLOCK_FLAG_HEADER 0x0020 /** This is the last block of the frame */ #define BLOCK_FLAG_END_OF_FRAME 0x0040