]> git.sesse.net Git - vlc/blobdiff - modules/control/showintf.c
Control interfaces first string review.
[vlc] / modules / control / showintf.c
index bce406778fa8071dbc238c3f53080d6704e46759..cd7fcf512ae25734cb0245048429affb58caabc6 100644 (file)
@@ -111,7 +111,7 @@ static void RunIntf( intf_thread_t *p_intf )
 
     if( InitThread( p_intf ) < 0 )
     {
-        msg_Err( p_intf, "cannot initialize intf" );
+        msg_Err( p_intf, "cannot initialize interface" );
         return;
     }