summaryrefslogtreecommitdiffstats
path: root/libmpv/client.h
diff options
context:
space:
mode:
authorAman Gupta <aman@tmm1.net>2015-12-21 13:19:44 -0800
committerwm4 <wm4@nowhere>2015-12-21 22:28:12 +0100
commitfccc3d3894c839f677a5955090584ec3b763ca1a (patch)
tree58ab6d4859abfd0688675711e5fe8de34bdf8ab7 /libmpv/client.h
parent7fa06e46c4f63c58dcb2590c28631edd6756c358 (diff)
downloadmpv-fccc3d3894c839f677a5955090584ec3b763ca1a.tar.bz2
mpv-fccc3d3894c839f677a5955090584ec3b763ca1a.tar.xz
Fix some typos in code comments
Signed-off-by: wm4 <wm4@nowhere>
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 190b2ae4a0..313b6dfd89 100644
--- a/libmpv/client.h
+++ b/libmpv/client.h
@@ -602,7 +602,7 @@ typedef enum mpv_format {
* Example for writing:
*
* int flag = 1;
- * mpv_set_property(ctx, "property", MPV_FORMAT_STRING, &flag);
+ * mpv_set_property(ctx, "property", MPV_FORMAT_FLAG, &flag);
*/
MPV_FORMAT_FLAG = 3,
/**