]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
tree-wide: fix false search hits with ppp (typos)
authorTopi Miettinen <toiwoton@gmail.com>
Mon, 18 Mar 2019 12:49:53 +0000 (14:49 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Mon, 18 Mar 2019 13:25:56 +0000 (14:25 +0100)
src/login/logind-dbus.c
src/nspawn/nspawn-patch-uid.c

index 1207193b7fac245cf1314a645942b748212ebc94..003ab45461a63c284e6049acedae6c5c9aa44634 100644 (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))
index db2f5467b50e81c5ee8837bb3f93d0f4f350d4e9..c2b779c1d16065d22a9d523d9c13a2bbbf05e6ff 100644 (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;
         }