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
No known key found for this signature in database
GPG Key ID: DCDF5885B1F3ED73

View File

@ -4014,7 +4014,7 @@ test_parses (void)
g_free (printed); g_free (printed);
} }
/* pattern coalese of `MN` and `*` is `MN` */ /* pattern coalesce of `MN` and `*` is `MN` */
{ {
GVariant *value = NULL; GVariant *value = NULL;
GError *error = NULL; GError *error = NULL;