From fccc3d3894c839f677a5955090584ec3b763ca1a Mon Sep 17 00:00:00 2001 From: Aman Gupta Date: Mon, 21 Dec 2015 13:19:44 -0800 Subject: Fix some typos in code comments Signed-off-by: wm4 --- libmpv/client.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'libmpv/client.h') 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, /** -- cgit v1.2.3