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

Signed-off-by: Philip Withnall <pwithnall@endlessos.org>
This commit is contained in:
Philip Withnall 2021-10-25 12:56:16 +01:00
parent 464470dd8f
commit ac26e9d780

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