X-Git-Url: http://www.chiark.greenend.org.uk/ucgi/~ianmdlvl/git?p=elogind.git;a=blobdiff_plain;f=src%2Ftimer.h;h=6510ed2844a19ff73e3eddc1a18811ded6b1ace0;hp=eb22688a3be3f61f4e2de2562f515992b9298548;hb=c32dd69b46c6311148ed666095a13c5e6173c744;hpb=01f78473b104d28db0fa813414092bc6358ae521 diff --git a/src/timer.h b/src/timer.h index eb22688a3..6510ed284 100644 --- a/src/timer.h +++ b/src/timer.h @@ -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;