summaryrefslogtreecommitdiff
path: root/src/shared/resolve-util.h
diff options
context:
space:
mode:
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-08-20 11:23:26 +0200
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2020-08-20 17:45:32 +0200
commit2aed63f4277a9712bb5d51bd1eb6acc1ae1e2456 (patch)
treec5b9ba498ea6c3ff3836394920834896bfc795f6 /src/shared/resolve-util.h
parentbb5a34fb3eeef824afe02b679d391853244161b1 (diff)
downloadsystemd-2aed63f4277a9712bb5d51bd1eb6acc1ae1e2456.tar.gz
tree-wide: fix spelling of "fallback"
Similarly to "setup" vs. "set up", "fallback" is a noun, and "fall back" is the verb. (This is pretty clear when we construct a sentence in the present continous: "we are falling back" not "we are fallbacking").
Diffstat (limited to 'src/shared/resolve-util.h')
-rw-r--r--src/shared/resolve-util.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/shared/resolve-util.h b/src/shared/resolve-util.h
index 0524f1a74f..a7a9c77bdf 100644
--- a/src/shared/resolve-util.h
+++ b/src/shared/resolve-util.h
@@ -53,7 +53,7 @@ enum DnsOverTlsMode {
DNS_OVER_TLS_NO,
/* Try to connect using DNS-over-TLS, but if connection fails,
- * fallback to using an unencrypted connection */
+ * fall back to using an unencrypted connection */
DNS_OVER_TLS_OPPORTUNISTIC,
/* Enforce DNS-over-TLS and require valid server certificates */