summaryrefslogtreecommitdiff
path: root/src/core/unit.c
diff options
context:
space:
mode:
authorMiklos Vajna <vmiklos@vmiklos.hu>2014-03-14 21:13:38 +0100
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>2014-03-17 02:35:35 -0400
commit6f285378aa6e4b5b23c939d1fea16f9ab0a57efb (patch)
tree430c984f46eeccc768c100e7ef31a961177e5fcc /src/core/unit.c
parent9029f64298cb70c12ecf638fddee7f41b056fcf1 (diff)
core, libsystemd, systemd, timedate, udev: spelling fixes
Diffstat (limited to 'src/core/unit.c')
-rw-r--r--src/core/unit.c2
1 files changed, 1 insertions, 1 deletions
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;