summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
authorwm4 <wm4@nowhere>2014-02-24 19:31:17 +0100
committerwm4 <wm4@nowhere>2014-02-24 20:48:59 +0100
commit1e30048184930403265cad091863aa0a5d1e9d76 (patch)
tree6b3fc439d1a2efae670a729850f99976dd9bb95d /libmpv/client.h
parent47aeb22b7538164b2500012154936024baaa34cd (diff)
downloadmpv-1e30048184930403265cad091863aa0a5d1e9d76.tar.bz2
mpv-1e30048184930403265cad091863aa0a5d1e9d76.tar.xz
client API: fix a typo
Diffstat (limited to 'libmpv/client.h')
-rw-r--r--libmpv/client.h2
1 files changed, 1 insertions, 1 deletions
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().
*