summaryrefslogtreecommitdiff
path: root/src/mount.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/mount.h
parent8c47c7325fa1ab72febf807f8831ff24c75fbf45 (diff)
typo: the correct spelling is maintenance not maintainance
Diffstat (limited to 'src/mount.h')
-rw-r--r--src/mount.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mount.h b/src/mount.h
index 3b28e89ed3..30da1368ff 100644
--- a/src/mount.h
+++ b/src/mount.h
@@ -39,7 +39,7 @@ typedef enum MountState {
MOUNT_REMOUNTING_SIGKILL,
MOUNT_UNMOUNTING_SIGTERM,
MOUNT_UNMOUNTING_SIGKILL,
- MOUNT_MAINTAINANCE,
+ MOUNT_MAINTENANCE,
_MOUNT_STATE_MAX,
_MOUNT_STATE_INVALID = -1
} MountState;