]> git.sesse.net Git - vlc/commitdiff
s/Warm/Warn/
authorAntoine Cellerier <dionoea@videolan.org>
Mon, 6 Nov 2006 20:00:40 +0000 (20:00 +0000)
committerAntoine Cellerier <dionoea@videolan.org>
Mon, 6 Nov 2006 20:00:40 +0000 (20:00 +0000)
include/vlc_block.h

index 3cd8f6b652c9e5548c6b3c5ea16f6b0f6828d20a..68f29ca1c09a7c787db85f6e0776c055b6b36eb5 100644 (file)
@@ -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