spelling fixes

This commit is contained in:
Alessandro Ghedini 2013-10-16 12:36:34 +02:00
parent d3c140bbf2
commit de3a979f69
3 changed files with 5 additions and 5 deletions

View File

@ -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

View File

@ -776,4 +776,4 @@ Available video output drivers are:
``alpha``
Use a buffer format that supports videos and images with alpha
informations
information

View File

@ -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