From: Erwan Tulou Date: Mon, 1 Mar 2010 20:50:32 +0000 (+0100) Subject: core: two typos X-Git-Tag: 1.1.0-pre1~579 X-Git-Url: https://git.sesse.net/?a=commitdiff_plain;h=1898f3753d05d121dcbfad2d87bcc3fb806c942b;p=vlc core: two typos --- diff --git a/modules/video_output/drawable.c b/modules/video_output/drawable.c index 1824704c9c..0abd8227d2 100644 --- a/modules/video_output/drawable.c +++ b/modules/video_output/drawable.c @@ -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. */ diff --git a/src/libvlc-module.c b/src/libvlc-module.c index b021a0d436..e4594411d4 100644 --- a/src/libvlc-module.c +++ b/src/libvlc-module.c @@ -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." )