Commit 26c76ba9 authored by Sebastian Ramacher's avatar Sebastian Ramacher Committed by Jean-Baptiste Kempf

Fix spelling of "supported"

Signed-off-by: default avatarJean-Baptiste Kempf <jb@videolan.org>
parent ad6c3b6a
...@@ -183,7 +183,7 @@ int Chunk::Parse( xml_reader_t *p_xmlReader, string p_node, int p_type){ ...@@ -183,7 +183,7 @@ int Chunk::Parse( xml_reader_t *p_xmlReader, string p_node, int p_type){
return -1; return -1;
} }
if ( this->i_vol_index != 1 ) { if ( this->i_vol_index != 1 ) {
msg_Err(this->p_demux, "Only one VOLINDEX suported. Patch welcome."); msg_Err(this->p_demux, "Only one VOLINDEX supported. Patch welcome.");
return -1; return -1;
} }
/* end of chunk tag parse */ /* end of chunk tag parse */
......
...@@ -186,7 +186,7 @@ static int Open( vlc_object_t *p_this ) ...@@ -186,7 +186,7 @@ static int Open( vlc_object_t *p_this )
/* Real Audio */ /* Real Audio */
if( !memcmp( p_peek, ".ra", 3 ) ) if( !memcmp( p_peek, ".ra", 3 ) )
{ {
msg_Err( p_demux, ".ra files unsuported" ); msg_Err( p_demux, ".ra files unsupported" );
b_real_audio = true; b_real_audio = true;
} }
/* Real Media Format */ /* Real Media Format */
......
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