From 1e30048184930403265cad091863aa0a5d1e9d76 Mon Sep 17 00:00:00 2001 From: wm4 Date: Mon, 24 Feb 2014 19:31:17 +0100 Subject: client API: fix a typo --- libmpv/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpv') diff --git a/libmpv/client.h b/libmpv/client.h index 732aaf1fa0..901995ab29 100644 --- a/libmpv/client.h +++ b/libmpv/client.h @@ -476,7 +476,7 @@ int mpv_set_property_string(mpv_handle *ctx, const char *name, const char *data) /** * Set a property asynchronously. You will receive the result of the operation - * as MPV_EVENT_PROPERTY_SET_REPLY event. The mpv_event.error field will contain + * as MPV_EVENT_SET_PROPERTY_REPLY event. The mpv_event.error field will contain * the result status of the operation. Otherwise, this function is similar to * mpv_set_property(). * -- cgit v1.2.3