From 1cb682b3201c26b04fb98734b33e814d3df41743 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Thu, 19 Sep 2024 17:40:24 +0100 Subject: [PATCH] tests: Fix a minor typo in a comment in gvariant tests Signed-off-by: Philip Withnall --- glib/tests/gvariant.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/tests/gvariant.c b/glib/tests/gvariant.c index 27586be71..c00a559e6 100644 --- a/glib/tests/gvariant.c +++ b/glib/tests/gvariant.c @@ -4014,7 +4014,7 @@ test_parses (void) g_free (printed); } - /* pattern coalese of `MN` and `*` is `MN` */ + /* pattern coalesce of `MN` and `*` is `MN` */ { GVariant *value = NULL; GError *error = NULL;