summaryrefslogtreecommitdiff
path: root/src/resolve/resolved-dns-scope.c
diff options
context:
space:
mode:
authorJoerg Behrmann <behrmann@physik.fu-berlin.de>2021-02-24 21:39:03 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2021-02-25 05:54:11 +0900
commitfa027117582b19d9230427e5a74baf1c9588220d (patch)
treeb1abda7cb400e4641bfba04f4974e7cadb4ab3ee /src/resolve/resolved-dns-scope.c
parentc0267a592a2d44c89874249573d53a456ea3756b (diff)
downloadsystemd-fa027117582b19d9230427e5a74baf1c9588220d.tar.gz
treewide: fix spelling
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 2a8680aa91..8eb91a013b 100644
--- a/src/resolve/resolved-dns-scope.c
+++ b/src/resolve/resolved-dns-scope.c
@@ -1081,7 +1081,7 @@ DnsTransaction *dns_scope_find_transaction(
!(t->query_flags & SD_RESOLVED_NO_CACHE))
continue;
- /* If we are are asked to clamp ttls an the existing transaction doesn't do it, we can't
+ /* If we are asked to clamp ttls an the existing transaction doesn't do it, we can't
* reuse */
if ((query_flags & SD_RESOLVED_CLAMP_TTL) &&
!(t->query_flags & SD_RESOLVED_CLAMP_TTL))