From 6f285378aa6e4b5b23c939d1fea16f9ab0a57efb Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Fri, 14 Mar 2014 21:13:38 +0100 Subject: core, libsystemd, systemd, timedate, udev: spelling fixes --- src/core/service.c | 2 +- src/core/unit.c | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'src/core') diff --git a/src/core/service.c b/src/core/service.c index 41b95ab0f3..386692a10a 100644 --- a/src/core/service.c +++ b/src/core/service.c @@ -3416,7 +3416,7 @@ static void service_notify_message(Unit *u, pid_t pid, char **tags) { free(t); } - /* Interpet WATCHDOG= */ + /* Interpret WATCHDOG= */ if (strv_find(tags, "WATCHDOG=1")) { log_debug_unit(u->id, "%s: got WATCHDOG=1", u->id); service_reset_watchdog(s); diff --git a/src/core/unit.c b/src/core/unit.c index 5c98843549..4fb0d9caaa 100644 --- a/src/core/unit.c +++ b/src/core/unit.c @@ -1537,7 +1537,7 @@ void unit_notify(Unit *u, UnitActiveState os, UnitActiveState ns, bool reload_su unit_destroy_cgroup(u); /* Note that this doesn't apply to RemainAfterExit services exiting - * sucessfully, since there's no change of state in that case. Which is + * successfully, since there's no change of state in that case. Which is * why it is handled in service_set_state() */ if (UNIT_IS_INACTIVE_OR_FAILED(os) != UNIT_IS_INACTIVE_OR_FAILED(ns)) { ExecContext *ec; -- cgit v1.2.3-54-g00ecf