summaryrefslogtreecommitdiffstats
path: root/DOCS/man
diff options
context:
space:
mode:
authorBen Boeckel <mathstuf@gmail.com>2016-05-23 12:43:49 -0400
committerwm4 <wm4@nowhere>2016-05-23 21:27:18 +0200
commitafcef4c25b8dabff92716c3995e26068362bc3aa (patch)
tree159d6bb044c788c6e4b7b4efca3de8ed9ae595cc /DOCS/man
parent75f373cc46aa0a2c782f10b8d1afea6a20d85693 (diff)
downloadmpv-afcef4c25b8dabff92716c3995e26068362bc3aa.tar.bz2
mpv-afcef4c25b8dabff92716c3995e26068362bc3aa.tar.xz
docs: fix some typos
Diffstat (limited to 'DOCS/man')
-rw-r--r--DOCS/man/mpv.rst2
1 files changed, 1 insertions, 1 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index abb1cd0ac0..736ef02c48 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -332,7 +332,7 @@ console controls. (Which makes it suitable for playing data piped to stdin.)
The special argument ``--`` can be used to stop mpv from interpreting the
following arguments as options.
-when using the client API, you should strictly avoid using ``mpv_command_string``
+When using the client API, you should strictly avoid using ``mpv_command_string``
for invoking the ``loadfile`` command, and instead prefer e.g. ``mpv_command``
to avoid the need for filename escaping.