summaryrefslogtreecommitdiffstats
path: root/DOCS/man/lua.rst
diff options
context:
space:
mode:
authora1346054 <36859588+a1346054@users.noreply.github.com>2021-08-24 16:00:05 +0000
committeravih <avih@users.noreply.github.com>2021-08-24 20:44:52 +0300
commit88460b6f862f7328aa6285636325ff87a84dd99e (patch)
treea532ba483e144bb09f59d1995fc7dc094eff6306 /DOCS/man/lua.rst
parentb3d41e828658d975ec83b96f56f6792df273ce5e (diff)
downloadmpv-88460b6f862f7328aa6285636325ff87a84dd99e.tar.bz2
mpv-88460b6f862f7328aa6285636325ff87a84dd99e.tar.xz
DOCS: fix spelling
Diffstat (limited to 'DOCS/man/lua.rst')
-rw-r--r--DOCS/man/lua.rst4
1 files changed, 2 insertions, 2 deletions
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