[vlc-commits] commit: Typos s/hidding/hiding/g (Francois Cartegnie )

git at videolan.org git at videolan.org
Tue Sep 7 18:34:32 CEST 2010


vlc | branch: master | Francois Cartegnie <fcvlcdev at free.fr> | Tue Sep  7 18:27:09 2010 +0200| [3a702ceffc8b0639674bd19051dd451ca59efb73] | committer: Jean-Baptiste Kempf 

Typos s/hidding/hiding/g

Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>

> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3a702ceffc8b0639674bd19051dd451ca59efb73
---

 modules/gui/qt4/components/controller.cpp |    4 ++--
 src/video_output/display.c                |    2 +-
 2 files changed, 3 insertions(+), 3 deletions(-)

diff --git a/modules/gui/qt4/components/controller.cpp b/modules/gui/qt4/components/controller.cpp
index c995f19..dda3ad1 100644
--- a/modules/gui/qt4/components/controller.cpp
+++ b/modules/gui/qt4/components/controller.cpp
@@ -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 );
     }
diff --git a/src/video_output/display.c b/src/video_output/display.c
index 5d5f086..600fedf 100644
--- a/src/video_output/display.c
+++ b/src/video_output/display.c
@@ -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);



More information about the vlc-commits mailing list