mirror of
https://github.com/mpv-player/mpv
synced 2025-03-11 08:37:59 +00: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:
parent
a05f20ea1e
commit
eed99d3609
@ -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,
|
||||
|
Loading…
Reference in New Issue
Block a user