chiark / gitweb /
typo: the correct spelling is maintenance not maintainance
[elogind.git] / src / swap.h
index f54a9ee4344e2b54ad25d440db3ae590fe3b1788..d3f24d5cbac50b9899a1de74b02c46b8ad85a916 100644 (file)
@@ -30,7 +30,7 @@ typedef struct Swap Swap;
 typedef enum SwapState {
         SWAP_DEAD,
         SWAP_ACTIVE,
-        SWAP_MAINTAINANCE,
+        SWAP_MAINTENANCE,
         _SWAP_STATE_MAX,
         _SWAP_STATE_INVALID = -1
 } SwapState;