0
0
mirror of https://github.com/mpv-player/mpv.git synced 2024-09-20 12:02:23 +02:00

player: fix minor spelling mistake in osc.lua

Lintain (https://lintian.debian.org/) complains about this particular spelling
mistake.
This commit is contained in:
James Cowgill 2016-08-27 00:12:10 +01:00 committed by wm4
parent a05f20ea1e
commit eed99d3609

View File

@ -80,7 +80,7 @@ local state = {
tc_ms = user_opts.timems, -- Should the timecodes display their time with milliseconds
mp_screen_sizeX, mp_screen_sizeY, -- last screen-resolution, to detect resolution changes to issue reINITs
initREQ = false, -- is a re-init request pending?
last_mouseX, last_mouseY, -- last mouse position, to detect siginificant mouse movement
last_mouseX, last_mouseY, -- last mouse position, to detect significant mouse movement
message_text,
message_timeout,
fullscreen = false,