summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJames Cowgill <james410@cowgill.org.uk>2016-08-27 00:12:10 +0100
committerwm4 <wm4@nowhere>2016-08-27 09:02:11 +0200
commiteed99d36096173baaf1964413fd070a466952598 (patch)
tree4a3ff67b723cf809354b37805a5398dc75fbe2bc
parenta05f20ea1e7be645c141fa908b149ad0aa8e07d8 (diff)
downloadmpv-eed99d36096173baaf1964413fd070a466952598.tar.bz2
mpv-eed99d36096173baaf1964413fd070a466952598.tar.xz
player: fix minor spelling mistake in osc.lua
Lintain (https://lintian.debian.org/) complains about this particular spelling mistake.
-rw-r--r--player/lua/osc.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/player/lua/osc.lua b/player/lua/osc.lua
index 09142e0813..d5960977ef 100644
--- a/player/lua/osc.lua
+++ b/player/lua/osc.lua
@@ -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,