summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--DOCS/interface-changes.rst2
-rw-r--r--DOCS/man/lua.rst4
2 files changed, 3 insertions, 3 deletions
diff --git a/DOCS/interface-changes.rst b/DOCS/interface-changes.rst
index d2e1ee4e7f..7427645214 100644
--- a/DOCS/interface-changes.rst
+++ b/DOCS/interface-changes.rst
@@ -23,7 +23,7 @@ Interface changes
- deprecate --heartbeat-cmd
- remove --softvol=no capability:
- deprecate --softvol, it now does nothing
- - --volume, --mute, and the corrsponding properties now always control
+ - --volume, --mute, and the corresponding properties now always control
softvol, and behave as expected without surprises (e.g. you can set
them normally while no audio is initialized)
- rename --softvol-max to --volume-max (deprecated alias is added)
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index 99ff6ffce9..d8252a2dd5 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -541,8 +541,8 @@ Example command-line::
--script-opts=myscript-optionA=TEST,myscript-optionB=0,myscript-optionC=yes
-mp.utils options
-----------------
+mp.utils functions
+------------------
This built-in module provides generic helper functions for Lua, and have
strictly speaking nothing to do with mpv or video/audio playback. They are