1
0
mirror of https://github.com/systemd/systemd.git synced 2024-11-01 09:21:26 +03:00

Correct more spelling errors.

This commit is contained in:
Chris Lamb 2019-01-23 22:33:29 +01:00 committed by Lennart Poettering
parent b3b04cc14d
commit 4605de118d
2 changed files with 2 additions and 2 deletions

View File

@ -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;
}

View File

@ -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;
}