mirror of https://github.com/mpv-player/mpv
client API: fix typos in documentation
This commit is contained in:
parent
0dd5228626
commit
471dfba018
|
@ -935,8 +935,8 @@ typedef enum mpv_event_id {
|
||||||
/**
|
/**
|
||||||
* Triggered by the script_message input command. The command uses the
|
* Triggered by the script_message input command. The command uses the
|
||||||
* first argument of the command as client name (see mpv_client_name()) to
|
* first argument of the command as client name (see mpv_client_name()) to
|
||||||
* dispatch the message, and passes along the all arguments starting from
|
* dispatch the message, and passes along all arguments starting from the
|
||||||
* the seconand argument as strings.
|
* second argument as strings.
|
||||||
* See also mpv_event and mpv_event_client_message.
|
* See also mpv_event and mpv_event_client_message.
|
||||||
*/
|
*/
|
||||||
MPV_EVENT_CLIENT_MESSAGE = 16,
|
MPV_EVENT_CLIENT_MESSAGE = 16,
|
||||||
|
|
Loading…
Reference in New Issue