mirror of
https://github.com/systemd/systemd.git
synced 2025-03-31 14:50:15 +03:00
Merge pull request #16780 from alyssais/grammar
load-fragment: fix grammar in error messages
This commit is contained in:
commit
9c23ce7363
@ -4595,7 +4595,7 @@ int config_parse_bind_paths(
|
||||
r = unit_full_printf(u, source, &sresolved);
|
||||
if (r < 0) {
|
||||
log_syntax(unit, LOG_ERR, filename, line, r,
|
||||
"Failed to resolved unit specifiers in \"%s\", ignoring: %m", source);
|
||||
"Failed to resolve unit specifiers in \"%s\", ignoring: %m", source);
|
||||
continue;
|
||||
}
|
||||
|
||||
@ -4626,7 +4626,7 @@ int config_parse_bind_paths(
|
||||
r = unit_full_printf(u, destination, &dresolved);
|
||||
if (r < 0) {
|
||||
log_syntax(unit, LOG_ERR, filename, line, r,
|
||||
"Failed to resolved specifiers in \"%s\", ignoring: %m", destination);
|
||||
"Failed to resolve specifiers in \"%s\", ignoring: %m", destination);
|
||||
continue;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user