summaryrefslogtreecommitdiff
path: root/src/socket.h
diff options
context:
space:
mode:
authorLennart Poettering <lennart@poettering.net>2010-06-16 14:01:55 +0200
committerLennart Poettering <lennart@poettering.net>2010-06-16 14:01:55 +0200
commit18c78fb1af5415bb6f87d9c7cae1f9c60e14ae24 (patch)
tree4ac546279d28fff34a11ad5d43dfd4b73fa6f087 /src/socket.h
parent8c47c7325fa1ab72febf807f8831ff24c75fbf45 (diff)
typo: the correct spelling is maintenance not maintainance
Diffstat (limited to 'src/socket.h')
-rw-r--r--src/socket.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/socket.h b/src/socket.h
index 2067eb425..5a2cd06d9 100644
--- a/src/socket.h
+++ b/src/socket.h
@@ -41,7 +41,7 @@ typedef enum SocketState {
SOCKET_STOP_POST,
SOCKET_FINAL_SIGTERM,
SOCKET_FINAL_SIGKILL,
- SOCKET_MAINTAINANCE,
+ SOCKET_MAINTENANCE,
_SOCKET_STATE_MAX,
_SOCKET_STATE_INVALID = -1
} SocketState;