From 855b6b77e0333ed9217ea01344ee7c1415d3e0b6 Mon Sep 17 00:00:00 2001 From: Luca Boccassi Date: Sat, 16 Aug 2025 10:53:07 +0100 Subject: [PATCH] test: fix typo in comment --- src/resolve/test-dns-query.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/resolve/test-dns-query.c b/src/resolve/test-dns-query.c index 3bcb6e0e78..3c0917332f 100644 --- a/src/resolve/test-dns-query.c +++ b/src/resolve/test-dns-query.c @@ -707,7 +707,7 @@ TEST(dns_query_string_request_address) { * particular: * * - The very first thing it does is try to respond to the query by reading the system /etc/hosts file, which - * may be symlinked to a SystemD resource. Ideally we could test this without accessing global files. + * may be symlinked to a systemd resource. Ideally we could test this without accessing global files. * * - dns_scope_get_dns_server() calls manager_get_dns_server(), which tries to read /etc/resolv.conf. *