Commit 9372af1e authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* unknow -> unknown

parent 099251ac
...@@ -327,7 +327,7 @@ static aout_buffer_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block ) ...@@ -327,7 +327,7 @@ static aout_buffer_t *DecodeBlock( decoder_t *p_dec, block_t **pp_block )
if( j == MAX_CHANNEL_POSITIONS ) if( j == MAX_CHANNEL_POSITIONS )
{ {
msg_Warn( p_dec, "unknow channel ordering" ); msg_Warn( p_dec, "unknown channel ordering" );
block_Release( p_block ); block_Release( p_block );
return NULL; return NULL;
} }
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment