tree-wide: fix false search hits with ppp (typos)

This commit is contained in:
Topi Miettinen 2019-03-18 14:49:53 +02:00 committed by Zbigniew Jędrzejewski-Szmek
parent ef57c69b78
commit ebcf697685
2 changed files with 2 additions and 2 deletions

View file

@ -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))

View file

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