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 <smcv@collabora.com>
This commit is contained in:
Simon McVittie
2026-03-19 14:24:29 +00:00
committed by bbhtt
parent 0a0e9faa04
commit 0c9a818f8d

View File

@@ -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++)
{