summaryrefslogtreecommitdiffstats
path: root/DOCS/man/input.rst
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 /DOCS/man/input.rst
parenta5b96226a0a9df11e1c86565410c7338a03d0b7c (diff)
downloadmpv-8b479d2f664f0c64905e2b76bae6746459830723.tar.bz2
mpv-8b479d2f664f0c64905e2b76bae6746459830723.tar.xz
DOCS/man: fix some grammar errors
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'DOCS/man/input.rst')
-rw-r--r--DOCS/man/input.rst2
1 files changed, 1 insertions, 1 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).