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 <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall 2024-12-31 13:05:02 +00:00
parent 61ce6d5511
commit 6f6743de61
No known key found for this signature in database
GPG Key ID: C5C42CFB268637CA

View File

@ -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.
*/