summaryrefslogtreecommitdiffstats
path: root/DOCS
diff options
context:
space:
mode:
authorMarcin Kurczewski <mkurczew@gmail.com>2015-06-17 22:23:08 +0200
committerwm4 <wm4@nowhere>2015-06-18 19:36:58 +0200
commit797277a233eb779627a497ea98c756fa69ab5120 (patch)
tree99f5d859e4ffa0c462f14e65c055d045515b870b /DOCS
parent0f0e88cbaa6b0bd2a579cb74bb04e05c3103b964 (diff)
downloadmpv-797277a233eb779627a497ea98c756fa69ab5120.tar.bz2
mpv-797277a233eb779627a497ea98c756fa69ab5120.tar.xz
Various spelling fixes
Signed-off-by: wm4 <wm4@nowhere>
Diffstat (limited to 'DOCS')
-rw-r--r--DOCS/man/input.rst2
-rw-r--r--DOCS/man/options.rst4
-rw-r--r--DOCS/mplayer-changes.rst2
-rw-r--r--DOCS/waf-buildsystem.rst4
4 files changed, 6 insertions, 6 deletions
diff --git a/DOCS/man/input.rst b/DOCS/man/input.rst
index 0b0ccae1ec..aa0c0593f1 100644
--- a/DOCS/man/input.rst
+++ b/DOCS/man/input.rst
@@ -1118,7 +1118,7 @@ Property list
``demuxer-cache-time``
Approximate time of video buffered in the demuxer, in seconds. Same as
- ``demuxer-cache-duration`` but returns the last timestamp of bufferred
+ ``demuxer-cache-duration`` but returns the last timestamp of buffered
data in demuxer.
``demuxer-cache-idle``
diff --git a/DOCS/man/options.rst b/DOCS/man/options.rst
index 1c35aca9eb..4086475e77 100644
--- a/DOCS/man/options.rst
+++ b/DOCS/man/options.rst
@@ -838,7 +838,7 @@ Audio
Note that many AOs have a ``device`` sub-option, which overrides the
device selection of this option (but not the audio output selection).
Likewise, forcing an AO with ``--ao`` will override the audio output
- selection of ``--audio-device`` (but not the device selecton).
+ selection of ``--audio-device`` (but not the device selection).
Currently not implemented for most AOs.
@@ -3347,7 +3347,7 @@ Miscellaneous
you should not need to change this option.
:decoder: Use decoder reordering functionality. Unlike in classic MPlayer
- and mplayer2, this includes a dTS fallback. (Default.)
+ and mplayer2, this includes a DTS fallback. (Default.)
:sort: Maintain a buffer of unused pts values and use the lowest value
for the frame.
:auto: Try to pick a working mode from the ones above automatically.
diff --git a/DOCS/mplayer-changes.rst b/DOCS/mplayer-changes.rst
index ed916c14d4..b0389a73f3 100644
--- a/DOCS/mplayer-changes.rst
+++ b/DOCS/mplayer-changes.rst
@@ -397,7 +397,7 @@ Slave mode
Assuming the system supports ``/dev/stdin``.
- (The option was readded in 0.5.1 and sets exactly these options. It was
+ (The option was added back in 0.5.1 and sets exactly these options. It was
removed in 0.10.x again.)
* A JSON RPC protocol giving access to the client API is also supported. See
diff --git a/DOCS/waf-buildsystem.rst b/DOCS/waf-buildsystem.rst
index fa71cbbcd6..adb1bc2f3c 100644
--- a/DOCS/waf-buildsystem.rst
+++ b/DOCS/waf-buildsystem.rst
@@ -1,7 +1,7 @@
waf build system overview
=========================
-mpv's new build system is based on waf and it should completly replace the
+mpv's new build system is based on waf and it should completely replace the
custom ./configure + Makefile based system inherited from MPlayer.
Goals and the choice of waf
@@ -65,7 +65,7 @@ This defines a feature called ``vdpau`` which can be enabled or disabled by
the users with configure flags (that's the meaning of ``--``). This feature
depends on another feature whose name is ``x11``, and the autodetection check
consists of running ``pkg-config`` and looking for ``vdpau`` with version
-``>= 0.2``. If the check succeds a ``#define HAVE_VDPAU 1`` will be added to
+``>= 0.2``. If the check succeeds a ``#define HAVE_VDPAU 1`` will be added to
``config.h``, if not ``#define HAVE_VDPAU 0`` will be added.
The defines names are automatically prepended with ``HAVE_``, capitalized and