mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-02-05 10:38:08 +01:00
tests: Fix a typo in a test message in gdatetime.c
Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
parent
464470dd8f
commit
ac26e9d780
@ -2351,7 +2351,7 @@ check_and_set_locale (int category,
|
|||||||
setlocale (category, name);
|
setlocale (category, name);
|
||||||
if (strstr (setlocale (category, NULL), name) == NULL)
|
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");
|
g_test_skip ("required locale not available, skipping tests");
|
||||||
return FALSE;
|
return FALSE;
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user