summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
Diffstat (limited to 'libmpv/client.h')
-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,