diff options
Diffstat (limited to 'src/swap.h')
-rw-r--r-- | src/swap.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/swap.h b/src/swap.h index f54a9ee434..d3f24d5cba 100644 --- a/src/swap.h +++ b/src/swap.h @@ -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; |