summaryrefslogtreecommitdiffstats
path: root/DOCS/man/ipc.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/ipc.rst
parentb3d41e828658d975ec83b96f56f6792df273ce5e (diff)
downloadmpv-88460b6f862f7328aa6285636325ff87a84dd99e.tar.bz2
mpv-88460b6f862f7328aa6285636325ff87a84dd99e.tar.xz
DOCS: fix spelling
Diffstat (limited to 'DOCS/man/ipc.rst')
-rw-r--r--DOCS/man/ipc.rst2
1 files changed, 1 insertions, 1 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