Merge branch 'datetime-typo-fix' into 'main'

tests: Fix a typo in a test message in gdatetime.c

See merge request GNOME/glib!2310
This commit is contained in:
Emmanuele Bassi 2021-10-25 12:11:17 +00:00
commit 0c5c55bb11

View File

@ -2351,7 +2351,7 @@ check_and_set_locale (int category,
setlocale (category, name);
if (strstr (setlocale (category, NULL), name) == NULL)
{
g_print ("Unavaible '%s' locale\n", name);
g_print ("Unavailable '%s' locale\n", name);
g_test_skip ("required locale not available, skipping tests");
return FALSE;
}