chiark / gitweb /
typo: the correct spelling is maintenance not maintainance
[elogind.git] / src / timer.h
index eb22688a3be3f61f4e2de2562f515992b9298548..6510ed2844a19ff73e3eddc1a18811ded6b1ace0 100644 (file)
@@ -31,7 +31,7 @@ typedef enum TimerState {
         TIMER_WAITING,
         TIMER_RUNNING,
         TIMER_ELAPSED,
-        TIMER_MAINTAINANCE,
+        TIMER_MAINTENANCE,
         _TIMER_STATE_MAX,
         _TIMER_STATE_INVALID = -1
 } TimerState;