Commit 0eefa8d6 authored by Derk-Jan Hartman's avatar Derk-Jan Hartman

* unknow -> unknown

parent 0f6af8a1
...@@ -2081,7 +2081,7 @@ static void __Parse_indx( demux_t *p_demux, ...@@ -2081,7 +2081,7 @@ static void __Parse_indx( demux_t *p_demux,
} }
else else
{ {
msg_Warn( p_demux, "unknow subtype index(0x%x)", p_indx->i_indexsubtype ); msg_Warn( p_demux, "unknown subtype index(0x%x)", p_indx->i_indexsubtype );
} }
} }
...@@ -2131,7 +2131,7 @@ static void AVI_IndexLoad_indx( demux_t *p_demux ) ...@@ -2131,7 +2131,7 @@ static void AVI_IndexLoad_indx( demux_t *p_demux )
} }
else else
{ {
msg_Warn( p_demux, "unknow type index(0x%x)", p_indx->i_indextype ); msg_Warn( p_demux, "unknown type index(0x%x)", p_indx->i_indextype );
} }
#undef p_stream #undef p_stream
} }
......
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