Explorar o código

fix diffs->diff typo in aufs.go

Docker-DCO-1.1-Signed-off-by: Cristian Staretu <cristian.staretu@gmail.com> (github: unclejack)
unclejack %!s(int64=11) %!d(string=hai) anos
pai
achega
7a60b9063c
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      daemon/graphdriver/aufs/aufs.go

+ 1 - 1
daemon/graphdriver/aufs/aufs.go

@@ -7,7 +7,7 @@ aufs driver directory structure
 │   ├── 1
 │   ├── 2
 │   └── 3
-├── diffs  // Content of the layer
+├── diff  // Content of the layer
 │   ├── 1  // Contains layers that need to be mounted for the id
 │   ├── 2
 │   └── 3