]> git.sesse.net Git - vlc/commitdiff
* unknow -> unknown
authorDerk-Jan Hartman <hartman@videolan.org>
Thu, 23 Sep 2004 14:08:11 +0000 (14:08 +0000)
committerDerk-Jan Hartman <hartman@videolan.org>
Thu, 23 Sep 2004 14:08:11 +0000 (14:08 +0000)
modules/codec/faad.c

index 806943f5b2fa5fce7472f4c31e7fd9c8f8c066fa..c1a5447662692879d73ac5c9b28f9e6f719953b5 100644 (file)
@@ -327,7 +327,7 @@ static aout_buffer_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
 
             if( j == MAX_CHANNEL_POSITIONS )
             {
-                msg_Warn( p_dec, "unknow channel ordering" );
+                msg_Warn( p_dec, "unknown channel ordering" );
                 block_Release( p_block );
                 return NULL;
             }