summaryrefslogtreecommitdiff
path: root/volume/mounts
diff options
context:
space:
mode:
authorKazuhiro Sera <seratch@gmail.com>2018-08-09 00:45:00 +0900
committerKazuhiro Sera <seratch@gmail.com>2018-08-09 00:45:00 +0900
commit1e49fdcafc6601cd9dd5c46551ee283baa0272ef (patch)
tree2242437ad90a8890707ddfbc7406bbaa247ccb68 /volume/mounts
parentf57f260b49b6142366e6bc1274204ee0a1205945 (diff)
downloaddocker-1e49fdcafc6601cd9dd5c46551ee283baa0272ef.tar.gz
Fix the several typos detected by github.com/client9/misspell
Signed-off-by: Kazuhiro Sera <seratch@gmail.com>
Diffstat (limited to 'volume/mounts')
-rw-r--r--volume/mounts/mounts.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/volume/mounts/mounts.go b/volume/mounts/mounts.go
index 177f4c3d97..a1c5dce1c8 100644
--- a/volume/mounts/mounts.go
+++ b/volume/mounts/mounts.go
@@ -63,7 +63,7 @@ type MountPoint struct {
Spec mounttypes.Mount
// Some bind mounts should not be automatically created.
- // (Some are auto-created for backwards-compatability)
+ // (Some are auto-created for backwards-compatibility)
// This is checked on the API but setting this here prevents race conditions.
// where a bind dir existed during validation was removed before reaching the setup code.
SkipMountpointCreation bool