From de3a979f69a6659385c8b7e00a3386fce89da4db Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Wed, 16 Oct 2013 12:36:34 +0200 Subject: spelling fixes --- mpvcore/lua/osc.lua | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'mpvcore') 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 -- cgit v1.2.3