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:
parent
b3b04cc14d
commit
4605de118d
@ -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;
|
||||
}
|
||||
|
||||
|
@ -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;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user