From 2cf8d4ffdb302dbb43d3eff9f80d6b18c48fcaee Mon Sep 17 00:00:00 2001 From: Alessandro Ghedini Date: Wed, 16 Oct 2013 12:36:34 +0200 Subject: spelling fixes --- DOCS/man/en/options.rst | 2 +- DOCS/man/en/vo.rst | 2 +- mpvcore/lua/osc.lua | 6 +++--- 3 files changed, 5 insertions(+), 5 deletions(-) diff --git a/DOCS/man/en/options.rst b/DOCS/man/en/options.rst index 3a5bd0b6b7..ef69788b21 100644 --- a/DOCS/man/en/options.rst +++ b/DOCS/man/en/options.rst @@ -2108,7 +2108,7 @@ OPTIONS ``--stop-screensaver``, ``--no-stop-screensaver`` Turns off the screensaver (or screen blanker and similar mechanisms) at startup and turns it on again on exit (default: yes). The screensaver is - always reenabled when the player is paused. + always re-enabled when the player is paused. This is not supported on all video outputs or platforms. Sometimes it is implemented, but does not work (happens often on GNOME). You might be able diff --git a/DOCS/man/en/vo.rst b/DOCS/man/en/vo.rst index 88c1821e9c..b472d26e0e 100644 --- a/DOCS/man/en/vo.rst +++ b/DOCS/man/en/vo.rst @@ -776,4 +776,4 @@ Available video output drivers are: ``alpha`` Use a buffer format that supports videos and images with alpha - informations + information 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