summaryrefslogtreecommitdiffstats
path: root/src/resolve/resolved-dns-scope.c
diff options
context:
space:
mode:
authorYu Watanabe <watanabe.yu+github@gmail.com>2022-12-02 05:26:33 +0100
committerYu Watanabe <watanabe.yu+github@gmail.com>2022-12-02 05:27:08 +0100
commit6c2d70ce9f6bf0df00ee1a15eba606ac506f5474 (patch)
tree980b7d80dde94786e1a611a19c576db4aa434790 /src/resolve/resolved-dns-scope.c
parenthwdb: add Dell Inspiron N4010 touchpad corrections (diff)
downloadsystemd-6c2d70ce9f6bf0df00ee1a15eba606ac506f5474.tar.xz
systemd-6c2d70ce9f6bf0df00ee1a15eba606ac506f5474.zip
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 82f0c8f621..635763954b 100644
--- a/src/resolve/resolved-dns-scope.c
+++ b/src/resolve/resolved-dns-scope.c
@@ -690,7 +690,7 @@ DnsScopeMatch dns_scope_good_domain(
}
/* If there's a true search domain defined for this scope, and the query is single-label,
- * then let's resolve things here, prefereably. Note that LLMNR considers itself
+ * then let's resolve things here, preferably. Note that LLMNR considers itself
* authoritative for single-label names too, at the same preference, see below. */
if (has_search_domains && dns_name_is_single_label(domain))
return DNS_SCOPE_YES_BASE + 1;