mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01:00
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:
commit
0c5c55bb11
@ -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;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user