From 18c78fb1af5415bb6f87d9c7cae1f9c60e14ae24 Mon Sep 17 00:00:00 2001 From: Lennart Poettering Date: Wed, 16 Jun 2010 14:01:55 +0200 Subject: typo: the correct spelling is maintenance not maintainance --- src/timer.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'src/timer.h') diff --git a/src/timer.h b/src/timer.h index eb22688a3b..6510ed2844 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; -- cgit v1.2.3-54-g00ecf