diff options
Diffstat (limited to 'src/path.h')
-rw-r--r-- | src/path.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/path.h b/src/path.h index 21a7dc4934..e0feeea711 100644 --- a/src/path.h +++ b/src/path.h @@ -31,7 +31,7 @@ typedef enum PathState { PATH_DEAD, PATH_WAITING, PATH_RUNNING, - PATH_MAINTAINANCE, + PATH_MAINTENANCE, _PATH_STATE_MAX, _PATH_STATE_INVALID = -1 } PathState; |