fixed three major problems pointed to by Trax

parent 39945009
......@@ -856,7 +856,7 @@ static int MMSOpen( access_t *p_access, vlc_url_t *p_url, int i_proto )
var_buffer_free( &buffer );
msg_Info( p_access, "connection sucessful" );
msg_Info( p_access, "connection successful" );
return VLC_SUCCESS;
}
......
......@@ -691,7 +691,7 @@ picture_t *E_(DecodeVideo)( decoder_t *p_dec, block_t **pp_block )
/*****************************************************************************
* EndVideo: decoder destruction
*****************************************************************************
* This function is called when the thread ends after a sucessful
* This function is called when the thread ends after a successful
* initialization.
*****************************************************************************/
void E_(EndVideoDec)( decoder_t *p_dec )
......
......@@ -1001,7 +1001,7 @@ static int Init( input_thread_t * p_input, vlc_bool_t b_quick )
if( !b_quick )
{
msg_Dbg( p_input, "`%s' sucessfully opened",
msg_Dbg( p_input, "`%s' successfully opened",
p_input->input.p_item->psz_uri );
}
......
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