]> git.sesse.net Git - vlc/commitdiff
Typos s/hidding/hiding/g
authorFrancois Cartegnie <fcvlcdev@free.fr>
Tue, 7 Sep 2010 16:27:09 +0000 (18:27 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Tue, 7 Sep 2010 16:34:18 +0000 (18:34 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/gui/qt4/components/controller.cpp
src/video_output/display.c

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 );
     }
index 5d5f0860bad7c22253676838ab3042cfff53b827..600fedf846fdfd95e45144944ce378ce44956ad7 100644 (file)
@@ -784,7 +784,7 @@ void vout_ManageDisplay(vout_display_t *vd, bool allow_reset_pictures)
 
     if (hide_mouse) {
         if (!vd->info.has_hide_mouse) {
-            msg_Dbg(vd, "auto hidding mouse");
+            msg_Dbg(vd, "auto hiding mouse");
             vout_display_Control(vd, VOUT_DISPLAY_HIDE_MOUSE);
         }
         vout_SendEventMouseHidden(osys->vout);