mirror of
https://github.com/systemd/systemd-stable.git
synced 2024-12-25 23:21:33 +03:00
tree-wide: fix false search hits with ppp (typos)
This commit is contained in:
parent
ef57c69b78
commit
ebcf697685
@ -3663,7 +3663,7 @@ int manager_unit_is_active(Manager *manager, const char *unit, sd_bus_error *ret
|
||||
&reply,
|
||||
"s");
|
||||
if (r < 0) {
|
||||
/* systemd might have droppped off momentarily, let's
|
||||
/* systemd might have dropped off momentarily, let's
|
||||
* not make this an error */
|
||||
if (sd_bus_error_has_name(&error, SD_BUS_ERROR_NO_REPLY) ||
|
||||
sd_bus_error_has_name(&error, SD_BUS_ERROR_DISCONNECTED))
|
||||
|
@ -402,7 +402,7 @@ read_only:
|
||||
|
||||
/* When we hit a ready-only subtree we simply skip it, but log about it. */
|
||||
(void) fd_get_path(fd, &name);
|
||||
log_debug("Skippping read-only file or directory %s.", strna(name));
|
||||
log_debug("Skipping read-only file or directory %s.", strna(name));
|
||||
r = changed;
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user