summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-scope.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2021-02-19 13:27:56 +0900
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2021-02-19 07:56:22 +0100
commitb480543cf0b1386e52a0461d2d661429399f80e5 (patch)
treefee13274ef7293e606c7f24cbe9ea51e4c21358a /src/resolve/resolved-dns-scope.c
parent63f48ab3fa76e2185a4437b5f7bae45ca389b1ca (diff)
downloadsystemd-b480543cf0b1386e52a0461d2d661429399f80e5.tar.gz
tree-wide: fix typo
Diffstat (limited to 'src/resolve/resolved-dns-scope.c')
-rw-r--r--src/resolve/resolved-dns-scope.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/resolved-dns-scope.c b/src/resolve/resolved-dns-scope.c
index 2bbb85c1bd..2d24b5d101 100644
--- a/src/resolve/resolved-dns-scope.c
+++ b/src/resolve/resolved-dns-scope.c
@@ -679,7 +679,7 @@ DnsScopeMatch dns_scope_good_domain(
dns_name_endswith(domain, "local") > 0)
return DNS_SCOPE_NO;
- /* If the IP address to look up matches the local subnet, then implicity synthesizes
+ /* If the IP address to look up matches the local subnet, then implicitly synthesizes
* DNS_SCOPE_YES_BASE + 0 on this interface, i.e. preferably resolve IP addresses via the DNS
* server belonging to this interface. */
m = match_subnet_reverse_lookups(s, domain, false);