From: Torstein Husebø Date: Thu, 12 Nov 2015 07:23:21 +0000 (+0100) Subject: core: fix typo X-Git-Tag: v228~49^2 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=refs%2Fpull%2F1862%2Fhead;p=thirdparty%2Fsystemd.git core: fix typo --- diff --git a/src/core/service.c b/src/core/service.c index e9d259b84f0..203b3ab273a 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -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)