diff options
author | jcg <jiangchuangang@huawei.com> | 2022-11-20 07:59:36 +0100 |
---|---|---|
committer | Yu Watanabe <watanabe.yu+github@gmail.com> | 2022-11-25 23:35:56 +0100 |
commit | 1751bdde94f90391bb31a4a1a30fe74048b26753 (patch) | |
tree | 302f846fb121d33ec7bc5670689bb8c01f35e0bb /src/resolve | |
parent | units: Use BindsTo=systemd-networkd in systemd-networkd-wait-online.service (diff) | |
download | systemd-1751bdde94f90391bb31a4a1a30fe74048b26753.tar.xz systemd-1751bdde94f90391bb31a4a1a30fe74048b26753.zip |
Fix typo
Diffstat (limited to 'src/resolve')
-rw-r--r-- | src/resolve/resolved-dns-scope.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/resolve/resolved-dns-scope.c b/src/resolve/resolved-dns-scope.c index b586d2c56f..e194ef588f 100644 --- a/src/resolve/resolved-dns-scope.c +++ b/src/resolve/resolved-dns-scope.c @@ -1116,7 +1116,7 @@ DnsTransaction *dns_scope_find_transaction( !(t->query_flags & SD_RESOLVED_NO_CACHE)) continue; - /* If we are asked to clamp ttls an the existing transaction doesn't do it, we can't + /* If we are asked to clamp ttls and 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)) |