summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorJakub Wilk <jwilk@jwilk.net>2016-07-09 15:48:27 +0200
committerwm4 <wm4@nowhere>2016-07-09 16:27:42 +0200
commitda9590d3681c8779ac50d7722f8b8ad09a47024a (patch)
tree2364af8bab783c94ec07f968b5c4ad963e56fad0 /DOCS
parent34a33ebd4dd0d7fdaeda4f8bf5f8b8914d0cd053 (diff)
downloadmpv-da9590d3681c8779ac50d7722f8b8ad09a47024a.tar.bz2
mpv-da9590d3681c8779ac50d7722f8b8ad09a47024a.tar.xz
man: fix typos
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst2
-rw-r--r--DOCS/man/lua.rst2
-rw-r--r--DOCS/man/options.rst14
-rw-r--r--DOCS/man/vf.rst2
-rw-r--r--DOCS/man/vo.rst2
5 files changed, 11 insertions, 11 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 3337a4839c..74f7815d40 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -2126,7 +2126,7 @@ Property list
(Note that if an option is marked as file-local, even ``options/`` will
access the local value, and the ``old`` value, which will be restored on
- end of playback, can not be read or written until end of playback.)
+ end of playback, cannot be read or written until end of playback.)
``option-info/<name>``
Additional per-option information.
diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst
index b0d66c1760..99ff6ffce9 100644
--- a/DOCS/man/lua.rst
+++ b/DOCS/man/lua.rst
@@ -175,7 +175,7 @@ The ``mp`` module is preloaded, although it can be loaded manually with
Similar to ``mp.set_property``, but set the given property using its native
type.
- Since there are several data types which can not represented natively in
+ Since there are several data types which cannot represented natively in
Lua, this might not always work as expected. For example, while the Lua
wrapper can do some guesswork to decide whether a Lua table is an array
or a map, this would fail with empty tables. Also, there are not many
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 70a3063ba2..1a5298f903 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -639,7 +639,7 @@ Video
is performed by the hardware decoding API, instead of the OpenGL code
used by ``--vo=opengl``. This means certain obscure colorspaces may
not display correctly, not certain filtering (such as debanding)
- can not be applied in an ideal way.
+ cannot be applied in an ideal way.
``vdpau`` is usually safe. If deinterlacing enabled (or the ``vdpaupp``
video filter is active in general), it forces RGB conversion. The latter
@@ -1276,7 +1276,7 @@ Audio
:no: Don't automatically load external audio files.
:exact: Load the media filename with audio file extension (default).
:fuzzy: Load all audio files containing media filename.
- :all: Load all aufio files in the current and ``--audio-file-paths``
+ :all: Load all audio files in the current and ``--audio-file-paths``
directories.
``--audio-file-paths=<path1:path2:...>``
@@ -1320,7 +1320,7 @@ Subtitles
.. note::
Changing styling and position does not work with all subtitles. Image-based
- subtitles (DVD, Bluray/PGS, DVB) can not changed for fundamental reasons.
+ subtitles (DVD, Bluray/PGS, DVB) cannot changed for fundamental reasons.
Subtitles in ASS format are normally not changed intentionally, but
overriding them can be controlled with ``--ass-style-override``.
@@ -2446,7 +2446,7 @@ Demuxer
stop reading additional packets as soon as one of the limits is reached.
(The limits still can be slightly overstepped due to technical reasons.)
- Set these limits highher if you get a packet queue overflow warning, and
+ Set these limits higher if you get a packet queue overflow warning, and
you think normal playback would be possible with a larger packet queue.
See ``--list-options`` for defaults and value range.
@@ -2471,7 +2471,7 @@ Demuxer
``--force-seekable=<yes|no>``
If the player thinks that the media is not seekable (e.g. playing from a
- pipe, or it's a http stream with a server that doesn't support range
+ pipe, or it's an http stream with a server that doesn't support range
requests), seeking will be disabled. This option can forcibly enable it.
For seeks within the cache, there's a good chance of success.
@@ -3298,7 +3298,7 @@ Cache
With ``auto``, the cache will usually be enabled for network streams,
using the size set by ``--cache-default``. With ``yes``, the cache will
always be enabled with the size set by ``--cache-default`` (unless the
- stream can not be cached, or ``--cache-default`` disables caching).
+ stream cannot be cached, or ``--cache-default`` disables caching).
May be useful when playing files from slow media, but can also have
negative effects, especially with file formats that require a lot of
@@ -3693,7 +3693,7 @@ Miscellaneous
video or audio outputs are not possible, but you can use filters to merge
them into one.
- The complex filter can not be changed yet during playback. It's also not
+ The complex filter cannot be changed yet during playback. It's also not
possible to change the tracks connected to the filter at runtime. Other
tracks, as long as they're not connected to the filter, and the
corresponding output is not connected to the filter, can still be freely
diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst
index e6438b984b..6a5c44f1cc 100644
--- a/DOCS/man/vf.rst
+++ b/DOCS/man/vf.rst
@@ -214,7 +214,7 @@ Available filters are:
Format name, e.g. rgb15, bgr24, 420p, etc. (default: don't change).
``<outfmt>``
Format name that should be substituted for the output. If they do not
- have the same bytes per pixel and chroma subsamplimg, it will fail.
+ have the same bytes per pixel and chroma subsampling, it will fail.
``<colormatrix>``
Controls the YUV to RGB color space conversion when playing video. There
are various standards. Normally, BT.601 should be used for SD video, and
diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst
index b8b7244c00..b80244ca6c 100644
--- a/DOCS/man/vo.rst
+++ b/DOCS/man/vo.rst
@@ -465,7 +465,7 @@ Available video output drivers are:
8
Dither to 8 bit output.
- Note that the depth of the connected video display device can not be
+ Note that the depth of the connected video display device cannot be
detected. Often, LCD panels will do dithering on their own, which
conflicts with ``opengl``'s dithering and leads to ugly output.