Commit 1898f375 authored by Erwan Tulou's avatar Erwan Tulou

core: two typos

parent e86c4fef
......@@ -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. */
......
......@@ -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." )
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment