chiark / gitweb /
typo: the correct spelling is maintenance not maintainance
[elogind.git] / src / service.h
index d644e7207ab41fa1e26f83f9bcb73e76e16caa71..521baaa1fb903df9e892558a63941e25db402062 100644 (file)
@@ -41,7 +41,7 @@ typedef enum ServiceState {
         SERVICE_STOP_POST,
         SERVICE_FINAL_SIGTERM,     /* In case the STOP_POST executable hangs, we shoot that down, too */
         SERVICE_FINAL_SIGKILL,
-        SERVICE_MAINTAINANCE,
+        SERVICE_MAINTENANCE,
         SERVICE_AUTO_RESTART,
         _SERVICE_STATE_MAX,
         _SERVICE_STATE_INVALID = -1