interfaces/mount: spell unmount correctly #3310

Merged
merged 2 commits into from May 12, 2017
Jump to file or symbol
Failed to load files and symbols.
+1 −1
Split
@@ -34,7 +34,7 @@ const (
// Mount represents an action that results in mounting something somewhere.
Mount Action = "mount"
// Unmount represents an action that results in unmounting something from somewhere.
- Unmount Action = "umount"
+ Unmount Action = "unmount"
// Remount when needed
)