From 471dfba0188939db0cee587ca329fdb7b4d1812c Mon Sep 17 00:00:00 2001 From: wm4 Date: Wed, 30 Jul 2014 03:33:37 +0200 Subject: client API: fix typos in documentation --- libmpv/client.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'libmpv') 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, -- cgit v1.2.3