summaryrefslogtreecommitdiffstats
path: root/libmpv
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-07-30 03:33:37 +0200
committerwm4 <wm4@nowhere>2014-07-30 03:33:37 +0200
commit471dfba0188939db0cee587ca329fdb7b4d1812c (patch)
treef60bd1299df601311f17c542dac1f39e27d3c3da /libmpv
parent0dd52286265bcbfb7982690e6217eb9190651107 (diff)
downloadmpv-471dfba0188939db0cee587ca329fdb7b4d1812c.tar.bz2
mpv-471dfba0188939db0cee587ca329fdb7b4d1812c.tar.xz
client API: fix typos in documentation
Diffstat (limited to 'libmpv')
-rw-r--r--libmpv/client.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/libmpv/client.h b/libmpv/client.h
index 76736f6b53..9abba6434b 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -935,8 +935,8 @@ typedef enum mpv_event_id {
/**
* Triggered by the script_message input command. The command uses the
* first argument of the command as client name (see mpv_client_name()) to
- * dispatch the message, and passes along the all arguments starting from
- * the seconand argument as strings.
+ * dispatch the message, and passes along all arguments starting from the
+ * second argument as strings.
* See also mpv_event and mpv_event_client_message.
*/
MPV_EVENT_CLIENT_MESSAGE = 16,