From 0c9a818f8d9f00d64286798beb58db164d5aabc2 Mon Sep 17 00:00:00 2001 From: Simon McVittie Date: Thu, 19 Mar 2026 14:24:29 +0000 Subject: [PATCH] tests: Mention [systemd-]localed in debug messages, not "located" This was not a typo for "located": the daemon is systemd-localed, or localed for short. Fixes: bb549168 "fix: cross typos, detail below" Signed-off-by: Simon McVittie --- tests/test-locale-utils.c | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tests/test-locale-utils.c b/tests/test-locale-utils.c index 2504a41b..38e70879 100644 --- a/tests/test-locale-utils.c +++ b/tests/test-locale-utils.c @@ -172,13 +172,13 @@ test_langs_from_localed (void) if (proxy == NULL) { - g_test_skip ("Unable to communicate with located"); + g_test_skip ("Unable to communicate with localed"); return; } flatpak_get_locale_langs_from_localed_dbus (proxy, langs); - g_test_message ("Languages from located:"); + g_test_message ("Languages from localed:"); for (i = 0; i < langs->len; i++) {