1
0
mirror of https://github.com/docker/cli.git synced 2026-01-15 07:40:57 +03:00

Merge pull request #15427 from calavera/fix_overlay_typo

Fix typo in Overlay documentation.
Upstream-commit: 34a17a5de1d01a42e3e0173e5565b7de1af95bda
Component: engine
This commit is contained in:
Doug Davis
2015-08-08 18:14:38 -04:00

View File

@@ -86,7 +86,7 @@ func (d *naiveDiffDriverWithApply) ApplyDiff(id, parent string, diff archive.Rea
// data with the parent.
// ActiveMount contains information about the count, path and whether is mounted or not.
// This information is part of the Driver, that contains list of active mounts taht are part of this overlay.
// This information is part of the Driver, that contains list of active mounts that are part of this overlay.
type ActiveMount struct {
count int
path string