summaryrefslogtreecommitdiffstats
path: root/mpvcore
diff options
context:
space:
mode:
authorAlessandro Ghedini <alessandro@ghedini.me>2013-10-16 12:36:34 +0200
committerAlessandro Ghedini <alessandro@ghedini.me>2013-10-16 12:36:34 +0200
commitde3a979f69a6659385c8b7e00a3386fce89da4db (patch)
tree3f6c0ff9ae214f34b38fdb0b0de30c47d0e7cdef /mpvcore
parentd3c140bbf2901dfe155093a6039dbe3dc92ee75a (diff)
downloadmpv-de3a979f69a6659385c8b7e00a3386fce89da4db.tar.bz2
mpv-de3a979f69a6659385c8b7e00a3386fce89da4db.tar.xz
spelling fixes
Diffstat (limited to 'mpvcore')
-rw-r--r--mpvcore/lua/osc.lua6
1 files changed, 3 insertions, 3 deletions
diff --git a/mpvcore/lua/osc.lua b/mpvcore/lua/osc.lua
index f908a23c54..c724c7737c 100644
--- a/mpvcore/lua/osc.lua
+++ b/mpvcore/lua/osc.lua
@@ -52,7 +52,7 @@ local osc_styles = {
-- internal states, do not touch
local state = {
- showtime, -- time of last invokation (last mouse move)
+ showtime, -- time of last invocation (last mouse move)
osc_visible = false,
anistart, -- time when the animation started
anitype, -- current type of animation
@@ -636,7 +636,7 @@ function osc_init()
-- kill old Elements
elements = {}
- -- set canvas resolution acording to display aspect and scaling setting
+ -- set canvas resolution according to display aspect and scaling setting
local baseResY = 720
local display_w, display_h, display_aspect = mp.get_screen_size()
local scale = 1
@@ -999,7 +999,7 @@ end
function show_osc()
- --remember last time of invokation (mouse move)
+ --remember last time of invocation (mouse move)
state.showtime = mp.get_timer()
state.osc_visible = true