]> git.sesse.net Git - vlc/commitdiff
core: two typos
authorErwan Tulou <erwan10@videolan.org>
Mon, 1 Mar 2010 20:50:32 +0000 (21:50 +0100)
committerErwan Tulou <erwan10@videolan.org>
Mon, 1 Mar 2010 21:00:56 +0000 (22:00 +0100)
modules/video_output/drawable.c
src/libvlc-module.c

index 1824704c9c7ee136e2b912acde70043f4640b398..0abd8227d282a3c73d789858d0481e444db62ee4 100644 (file)
@@ -64,7 +64,7 @@ static int Open (vlc_object_t *obj)
         return VLC_ENOMEM;
 
     val = var_GetAddress (obj, "drawable-hwnd");
-    var_Destroy (obj, "drawable-hwn");
+    var_Destroy (obj, "drawable-hwnd");
 
     /* Keep a list of busy drawables, so we don't overlap videos if there are
      * more than one video track in the stream. */
index b021a0d4361e3d72659ac9768a6a131d7060379e..e4594411d4894fd42f03eb048ca3e023b9611cb2 100644 (file)
@@ -609,7 +609,7 @@ static const char *const ppsz_pos_descriptions[] =
 #define KEYBOARD_EVENTS_LONGTEXT N_( \
     "This enables VLC hotkeys from the (non-embedded) video window." )
 
-#define MOUSE_EVENTS_TEXT N_("Key press events")
+#define MOUSE_EVENTS_TEXT N_("Mouse events")
 #define MOUSE_EVENTS_LONGTEXT N_( \
     "This enables handling of mouse clicks on the video." )