]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
core: fix typo 1862/head
authorTorstein Husebø <torstein@huseboe.net>
Thu, 12 Nov 2015 07:23:21 +0000 (08:23 +0100)
committerTorstein Husebø <torstein@huseboe.net>
Thu, 12 Nov 2015 07:23:21 +0000 (08:23 +0100)
src/core/service.c

index e9d259b84f015d2df18e3858b530e958025ca231..203b3ab273aff9753f9813bfef8404aa821aca6e 100644 (file)
@@ -594,7 +594,7 @@ static int service_setup_bus_name(Service *s) {
         /* Regardless if kdbus is used or not, we always want to be ordered against dbus.socket if both are in the transaction. */
         r = unit_add_dependency_by_name(UNIT(s), UNIT_AFTER, SPECIAL_DBUS_SOCKET, NULL, true);
         if (r < 0)
-                return log_unit_error_errno(UNIT(s), r, "Failed to add depdendency on " SPECIAL_DBUS_SOCKET ": %m");
+                return log_unit_error_errno(UNIT(s), r, "Failed to add dependency on " SPECIAL_DBUS_SOCKET ": %m");
 
         r = unit_watch_bus_name(UNIT(s), s->bus_name);
         if (r == -EEXIST)