tests: Fix a minor typo in a comment in gvariant tests

Signed-off-by: Philip Withnall <pwithnall@gnome.org>
This commit is contained in:
Philip Withnall
2024-09-19 17:40:24 +01:00
parent 3d5ada2689
commit 1cb682b320

View File

@@ -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;