]> git.sesse.net Git - vlc/blobdiff - modules/gui/qt4/components/controller.cpp
Typos s/hidding/hiding/g
[vlc] / modules / gui / qt4 / components / controller.cpp
index c995f19c7c9dbaa014fdf7705f4c2a9d034d2acd..dda3ad10906990801141c9441bc494f64a518952 100644 (file)
@@ -802,7 +802,7 @@ void FullscreenControllerWidget::slowHideFSC()
 
 /**
  * event handling
- * events: show, hide, start timer for hidding
+ * events: show, hide, start timer for hiding
  */
 void FullscreenControllerWidget::customEvent( QEvent *event )
 {
@@ -1037,7 +1037,7 @@ void FullscreenControllerWidget::fullscreenChanged( vout_thread_t *p_vout,
         var_DelCallback( p_vout, "mouse-moved",
                 FullscreenControllerWidgetMouseMoved, this );
 
-        /* Force fs hidding */
+        /* Force fs hiding */
         IMEvent *eHide = new IMEvent( FullscreenControlHide_Type, 0 );
         QApplication::postEvent( this, eHide );
     }