diff --git a/src/core/load-fragment.c b/src/core/load-fragment.c index 4ebe92fd45c..159e8d50508 100644 --- a/src/core/load-fragment.c +++ b/src/core/load-fragment.c @@ -3749,7 +3749,7 @@ int config_parse_exec_directories( if (path_startswith(k, "private")) { log_syntax(unit, LOG_ERR, filename, line, 0, - "%s= path can't be 'private', ingoring assignment: %s", lvalue, word); + "%s= path can't be 'private', ignoring assignment: %s", lvalue, word); continue; } diff --git a/src/resolve/resolved-dns-query.c b/src/resolve/resolved-dns-query.c index 7a4f97754b1..535ef4e776d 100644 --- a/src/resolve/resolved-dns-query.c +++ b/src/resolve/resolved-dns-query.c @@ -719,7 +719,7 @@ int dns_query_go(DnsQuery *q) { match = dns_scope_good_domain(s, q->ifindex, q->flags, name); if (match < 0) { - log_debug("Couldn't check if '%s' matches agains scope, ignoring.", name); + log_debug("Couldn't check if '%s' matches against scope, ignoring.", name); continue; }