From ac26e9d78010e7060dc14243a7514c159acc4a51 Mon Sep 17 00:00:00 2001 From: Philip Withnall Date: Mon, 25 Oct 2021 12:56:16 +0100 Subject: [PATCH] tests: Fix a typo in a test message in gdatetime.c Signed-off-by: Philip Withnall --- glib/tests/gdatetime.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/glib/tests/gdatetime.c b/glib/tests/gdatetime.c index 12f332b44..fd2477479 100644 --- a/glib/tests/gdatetime.c +++ b/glib/tests/gdatetime.c @@ -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; }