chiark / gitweb /
core, libsystemd, systemd, timedate, udev: spelling fixes
[elogind.git] / src / core / unit.c
index 5c98843549c9d991e4c0ca554379abf362432153..4fb0d9caaa845fb32e36157f4f94735e61ba89fb 100644 (file)
@@ -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;