]> git.sesse.net Git - vlc/commitdiff
Grammar
authorRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Mar 2010 16:50:15 +0000 (18:50 +0200)
committerRémi Denis-Courmont <remi@remlab.net>
Wed, 3 Mar 2010 16:50:15 +0000 (18:50 +0200)
modules/gui/qt4/main_interface.cpp

index 9756cd540011f97a4bd7770612885a0e05d5094d..1b17f94eee8315a6e0abda6cdae37db244bb529c 100644 (file)
@@ -114,7 +114,7 @@ MainInterface::MainInterface( intf_thread_t *_p_intf ) : QVLCMW( _p_intf )
     setWindowIcon( QApplication::windowIcon() );
     setWindowOpacity( var_InheritFloat( p_intf, "qt-opacity" ) );
 
-    /* Set The Video In emebedded Mode or not */
+    /* Is video in embedded in the UI or not */
     b_videoEmbedded = var_InheritBool( p_intf, "embedded-video" );
 
     /* Does the interface resize to video size or the opposite */