diff --git a/src/resolve/resolved-resolv-conf.c b/src/resolve/resolved-resolv-conf.c index b37abe4e7a..1e19586b92 100644 --- a/src/resolve/resolved-resolv-conf.c +++ b/src/resolve/resolved-resolv-conf.c @@ -55,8 +55,8 @@ int manager_check_resolv_conf(const Manager *m) { if (stat(path, &own) >= 0 && st.st_dev == own.st_dev && st.st_ino == own.st_ino) { - log_warning("DNSStubListner= is disabled, but /etc/resolv.conf is a symlink to %s " - "which expects DNSStubListner= to be enabled.", path); + log_warning("DNSStubListener= is disabled, but /etc/resolv.conf is a symlink to %s " + "which expects DNSStubListener= to be enabled.", path); return -EOPNOTSUPP; } }