[glib: 1/2] tests: Fix a typo in a test message in gdatetime.c




commit ac26e9d78010e7060dc14243a7514c159acc4a51
Author: Philip Withnall <pwithnall endlessos org>
Date:   Mon Oct 25 12:56:16 2021 +0100

    tests: Fix a typo in a test message in gdatetime.c
    
    Signed-off-by: Philip Withnall <pwithnall endlessos org>

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


[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]