summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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().
*