From 6f6743de61fb20ad7519e71884f4b7d3d5f1ac11 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 31 Dec 2024 13:05:02 +0000 Subject: [PATCH] gfilteroutputstream: Fix duplicated property name in doc comment Looks like a copy/paste error from the doc comment immediately below. Signed-off-by: Philip Withnall --- gio/gfilteroutputstream.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/gio/gfilteroutputstream.c b/gio/gfilteroutputstream.c index cb1602ef3..4fc82d45c 100644 --- a/gio/gfilteroutputstream.c +++ b/gio/gfilteroutputstream.c @@ -89,7 +89,7 @@ g_filter_output_stream_class_init (GFilterOutputStreamClass *klass) ostream_class->close_fn = g_filter_output_stream_close; /** - * GFilterOutputStream:close-base-stream: + * GFilterOutputStream:base-stream: * * The underlying base stream on which the I/O ops will be done. */