]> git.sesse.net Git - vlc/commitdiff
fixed three major problems pointed to by Trax
authorSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 10 Apr 2005 17:48:41 +0000 (17:48 +0000)
committerSigmund Augdal Helberg <sigmunau@videolan.org>
Sun, 10 Apr 2005 17:48:41 +0000 (17:48 +0000)
modules/access/mms/mmstu.c
modules/codec/ffmpeg/video.c
src/input/input.c

index cd0f7ebeefa7f02fb7d7aa160101d87db315a78b..bb88616623f35d453cf16ef6463cb1127f3d332a 100644 (file)
@@ -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;
 }
index 9f5f8f32d873927a516cfbaafcb0dd258ba06889..a21b499d2475b0e1b87e8011845b7435b7be7291 100644 (file)
@@ -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 )
index 092686a226bdeba6deadb45685c819c070ef60e7..4fbe16bb4b0246f1a74feeca726477252cbad457 100644 (file)
@@ -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 );
 
     }