From 88460b6f862f7328aa6285636325ff87a84dd99e Mon Sep 17 00:00:00 2001 From: a1346054 <36859588+a1346054@users.noreply.github.com> Date: Tue, 24 Aug 2021 16:00:05 +0000 Subject: DOCS: fix spelling --- DOCS/man/ipc.rst | 2 +- DOCS/man/javascript.rst | 2 +- DOCS/man/lua.rst | 4 ++-- DOCS/man/vf.rst | 4 ++-- DOCS/man/vo.rst | 2 +- 5 files changed, 7 insertions(+), 7 deletions(-) diff --git a/DOCS/man/ipc.rst b/DOCS/man/ipc.rst index 4b808b9ff9..615d3b69df 100644 --- a/DOCS/man/ipc.rst +++ b/DOCS/man/ipc.rst @@ -116,7 +116,7 @@ can also be present. See `List of events`_ for a list of all supported events. Because events can occur at any time, it may be difficult at times to determine which response goes with which command. Commands may optionally include a ``request_id`` which, if provided in the command request, will be copied -verbatim into the response. mpv does not intrepret the ``request_id`` in any +verbatim into the response. mpv does not interpret the ``request_id`` in any way; it is solely for the use of the requester. The only requirement is that the ``request_id`` field must be an integer (a number without fractional parts in the range ``-2^63..2^63-1``). Using other types is deprecated and will diff --git a/DOCS/man/javascript.rst b/DOCS/man/javascript.rst index 56b6ce9d9b..6d4d207fbc 100644 --- a/DOCS/man/javascript.rst +++ b/DOCS/man/javascript.rst @@ -222,7 +222,7 @@ Additional utilities ``mp.utils.get_user_path(path)`` Expands (mpv) meta paths like ``~/x``, ``~~/y``, ``~~desktop/z`` etc. ``read_file``, ``write_file``, ``append_file`` and ``require`` already use - this internaly. + this internally. ``mp.utils.read_file(fname [,max])`` Returns the content of file ``fname`` as string. If ``max`` is provided and diff --git a/DOCS/man/lua.rst b/DOCS/man/lua.rst index 3d8b2e2b7b..29fc67b9c8 100644 --- a/DOCS/man/lua.rst +++ b/DOCS/man/lua.rst @@ -624,7 +624,7 @@ are useful only in special situations. ``mp.get_osd_size()`` Returns a tuple of ``osd_width, osd_height, osd_par``. The first two give - the size of the OSD in pixels (for video ouputs like ``--vo=xv``, this may + the size of the OSD in pixels (for video outputs like ``--vo=xv``, this may be "scaled" pixels). The third is the display pixel aspect ratio. May return invalid/nonsense values if OSD is not initialized yet. @@ -781,7 +781,7 @@ strictly part of the guaranteed API. The booleans ``is_file`` and ``is_dir`` are provided as a convenience; they can be and are derived from ``mode``. - On error (eg. path does not exist), ``nil, error`` is returned. + On error (e.g. path does not exist), ``nil, error`` is returned. ``utils.split_path(path)`` Split a path into directory component and filename component, and return diff --git a/DOCS/man/vf.rst b/DOCS/man/vf.rst index cc7c473ebe..d80a8aa988 100644 --- a/DOCS/man/vf.rst +++ b/DOCS/man/vf.rst @@ -598,7 +598,7 @@ Available mpv-only filters are: ``reversal-bug=`` :no: Use the API as it was interpreted by older Mesa drivers. While - this interpretation was more obvious and inuitive, it was + this interpretation was more obvious and intuitive, it was apparently wrong, and not shared by Intel driver developers. :yes: Use Intel interpretation of surface forward and backwards references (default). This is what Intel drivers and newer Mesa @@ -738,7 +738,7 @@ Available mpv-only filters are: which leads to lost frames. ``print=yes|no`` - Print computed fingerprints the the terminal (default: no). This is + Print computed fingerprints to the terminal (default: no). This is mostly for testing and such. Scripts should use ``vf-metadata`` to read information from this filter instead. diff --git a/DOCS/man/vo.rst b/DOCS/man/vo.rst index d8aefd871b..d6774920a7 100644 --- a/DOCS/man/vo.rst +++ b/DOCS/man/vo.rst @@ -336,7 +336,7 @@ Available video output drivers are: ``tct`` Color Unicode art video output driver that works on a text console. By default depends on support of true color by modern terminals to display - the images at full color range, but 256-colors outout is also supported (see + the images at full color range, but 256-colors output is also supported (see below). On Windows it requires an ansi terminal such as mintty. Since mpv 0.30.0, you may need to use ``--profile=sw-fast`` to get decent -- cgit v1.2.3