diff options
author | Miklos Vajna <vmiklos@vmiklos.hu> | 2014-03-14 21:13:38 +0100 |
---|---|---|
committer | Zbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl> | 2014-03-17 02:35:35 -0400 |
commit | 6f285378aa6e4b5b23c939d1fea16f9ab0a57efb (patch) | |
tree | 430c984f46eeccc768c100e7ef31a961177e5fcc /src/core/service.c | |
parent | 9029f64298cb70c12ecf638fddee7f41b056fcf1 (diff) |
core, libsystemd, systemd, timedate, udev: spelling fixes
Diffstat (limited to 'src/core/service.c')
-rw-r--r-- | src/core/service.c | 2 |
1 files changed, 1 insertions, 1 deletions
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); |