]> git.sesse.net Git - vlc/commitdiff
typo
authorRémi Denis-Courmont <remi@remlab.net>
Mon, 11 May 2009 17:28:36 +0000 (20:28 +0300)
committerRémi Denis-Courmont <remi@remlab.net>
Mon, 11 May 2009 17:33:05 +0000 (20:33 +0300)
modules/gui/qt4/components/interface_widgets.cpp

index 6a995efa2ee5a701d812f25cb0b80f7a24ef68c0..5da79af8b216a4138444890ace1668ac8c07db51 100644 (file)
@@ -121,7 +121,7 @@ WId VideoWidget::request( vout_thread_t *p_nvout, int *pi_x, int *pi_y,
 
 /* Set the Widget to the correct Size */
 /* Function has to be called by the parent
-   Parent has to care about resizing himself*/
+   Parent has to care about resizing itself */
 void VideoWidget::SetSizing( unsigned int w, unsigned int h )
 {
     msg_Dbg( p_intf, "Video is resizing to: %i %i", w, h );