From: Luca Boccassi Date: Sat, 16 Aug 2025 09:53:07 +0000 (+0100) Subject: test: fix typo in comment X-Git-Tag: v258-rc3~37 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=855b6b77e0333ed9217ea01344ee7c1415d3e0b6;p=thirdparty%2Fsystemd.git test: fix typo in comment --- diff --git a/src/resolve/test-dns-query.c b/src/resolve/test-dns-query.c index 3bcb6e0e78e..3c0917332f3 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. *