summaryrefslogtreecommitdiffstats
path: root/DOCS/man/mpv.rst
diff options
context:
space:
mode:
authorGuido Cella <guidocella91@gmail.com>2020-09-06 13:58:03 +0200
committerLeo Izen <leo.izen@gmail.com>2020-09-06 10:45:28 -0400
commit5a4fc8684eaad79ab22d44cf27c0a16a34c07123 (patch)
treed0bf06de2c21ae6a94ac5fbd53668c246dec2f78 /DOCS/man/mpv.rst
parentf57b90b069f85336c2b18abfc60b75d436624bee (diff)
downloadmpv-5a4fc8684eaad79ab22d44cf27c0a16a34c07123.tar.bz2
mpv-5a4fc8684eaad79ab22d44cf27c0a16a34c07123.tar.xz
manpage: fix typo
Change 'already by defined' to 'already defined' and reformat the paragaph.
Diffstat (limited to 'DOCS/man/mpv.rst')
-rw-r--r--DOCS/man/mpv.rst8
1 files changed, 4 insertions, 4 deletions
diff --git a/DOCS/man/mpv.rst b/DOCS/man/mpv.rst
index c068f87ece..09c3e24ea6 100644
--- a/DOCS/man/mpv.rst
+++ b/DOCS/man/mpv.rst
@@ -777,10 +777,10 @@ expression returns true, the profile is applied, if it returns false, it is
ignored. This Lua code execution is not sandboxed.
Any variables in condition expressions can reference properties. If an
-identifier is not already by defined by Lua or mpv, it is interpreted as
-property. For example, ``pause`` would return the current pause status. If the
-variable name contains any ``_`` characters, they are turned into ``-``. For
-example, ``playback_time`` would return the property ``playback-time``.
+identifier is not already defined by Lua or mpv, it is interpreted as property.
+For example, ``pause`` would return the current pause status. If the variable
+name contains any ``_`` characters, they are turned into ``-``. For example,
+``playback_time`` would return the property ``playback-time``.
A more robust way to access properties is using ``p.property_name`` or
``get("property-name", default_value)``. The automatic variable to property