From 5147d503b4a4dc73750d3a85adb344d98e4c12d3 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Tue, 31 Dec 2024 13:05:38 +0000 Subject: [PATCH] goption: Fix typo in GIR annotation Signed-off-by: Philip Withnall --- glib/goption.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/goption.c b/glib/goption.c index 8ac283ce4..170b88dd2 100644 --- a/glib/goption.c +++ b/glib/goption.c @@ -2559,7 +2559,7 @@ g_option_context_get_description (GOptionContext *context) /** * g_option_context_parse_strv: * @context: a #GOptionContext - * @arguments: (inout) (array null-terminated=1) (optional): a pointer + * @arguments: (inout) (array zero-terminated=1) (optional): a pointer * to the command line arguments (which must be in UTF-8 on Windows). * Starting with GLib 2.62, @arguments can be %NULL, which matches * g_option_context_parse().