From 60f4cd77d57ada833995329bd591c5303d3bb863 Mon Sep 17 00:00:00 2001 From: Guillaume Desmottes Date: Mon, 20 Jan 2025 10:47:34 +0100 Subject: [PATCH] sparsefile: fix typo in doc Part-of: --- subprojects/gstreamer/plugins/elements/gstsparsefile.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/subprojects/gstreamer/plugins/elements/gstsparsefile.c b/subprojects/gstreamer/plugins/elements/gstsparsefile.c index 4d8008ae57..81dd1ad25d 100644 --- a/subprojects/gstreamer/plugins/elements/gstsparsefile.c +++ b/subprojects/gstreamer/plugins/elements/gstsparsefile.c @@ -330,7 +330,7 @@ error: * @remaining will be set to the amount of bytes remaining in the read * range. * - * Returns: The number of bytes read of 0 on error. + * Returns: The number of bytes read or 0 on error. * * Since: 1.4 */