summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Bergmann <brgmnn@users.noreply.github.com>2015-06-29 16:51:43 +0100
committerwm4 <wm4@nowhere>2015-06-29 19:03:51 +0200
commit8b479d2f664f0c64905e2b76bae6746459830723 (patch)
tree1973ecbe621d6546fc317956a53e485c27f86875
parenta5b96226a0a9df11e1c86565410c7338a03d0b7c (diff)
downloadmpv-8b479d2f664f0c64905e2b76bae6746459830723.tar.bz2
mpv-8b479d2f664f0c64905e2b76bae6746459830723.tar.xz
DOCS/man: fix some grammar errors
Signed-off-by: wm4 <wm4@nowhere>
-rw-r--r--DOCS/man/input.rst2
-rw-r--r--DOCS/man/mpv.rst4
-rw-r--r--DOCS/man/vf.rst2
3 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index ac9c94b9a7..cda392825d 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -561,7 +561,7 @@ Input Commands that are Possibly Subject to Change
different memory region to prevent tearing).
It is also possible to pass a raw memory address for use as bitmap memory
- by passing a memory address as integer prefixed with a ``&`` character.
+ by passing a memory address as integer prefixed with an ``&`` character.
Passing the wrong thing here will crash the player. This mode might be
useful for use with libmpv. The ``offset`` parameter is simply added to the
memory address (since mpv 0.8.0, ignored before).
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index 7f39da59f2..1f48827cee 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -309,7 +309,7 @@ Suboptions passed to the client API are also subject to escaping. Using
command line (but without shell processing of the string). Some options
support passing values in a more structured way instead of flat strings, and
can avoid the suboption parsing mess. For example, ``--vf`` supports
-``MPV_FORMAT_NODE``, which let's you pass suboptions as a nested data structure
+``MPV_FORMAT_NODE``, which lets you pass suboptions as a nested data structure
of maps and arrays. (``--vo`` supports this in the same way, although this
fact is undocumented.)
@@ -536,7 +536,7 @@ listed.
frame couldn't be displayed on time. (``vo-drop-frame-count`` property.)
If the decoder drops frames, the number of decoder-dropped frames is appended
to the display as well, e.g.: ``Dropped: 4/34``. This happens only if
- decoder-framedropping is enabled with the ``--framedrop`` options.
+ decoder frame dropping is enabled with the ``--framedrop`` options.
(``drop-frame-count`` property.)
- Cache state, e.g. ``Cache: 2s+134KB``. Visible if the stream cache is enabled.
The first value shows the amount of video buffered in the demuxer in seconds,
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index ef1ea9c518..f1c4cf04b9 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -152,7 +152,7 @@ Available filters are:
number (1.33). Alternatively, you may specify the exact display width and
height desired. Note that this filter does *not* do any scaling itself; it
just affects what later scalers (software or hardware) will do when
- auto-scaling to correct aspect.
+ auto-scaling to the correct aspect.
``<w>,<h>``
New display width and height.