Bläddra i källkod

Fix a typos in layer_windows.go

Signed-off-by: zhenhai gao <gaozh1988@live.com>
zhenhai gao 6 år sedan
förälder
incheckning
7c5cf58328
1 ändrade filer med 1 tillägg och 1 borttagningar
  1. 1 1
      layer/layer_windows.go

+ 1 - 1
layer/layer_windows.go

@@ -7,7 +7,7 @@ import (
 // Getter is an interface to get the path to a layer on the host.
 type Getter interface {
 	// GetLayerPath gets the path for the layer. This is different from Get()
-	// since that returns an interface to account for umountable layers.
+	// since that returns an interface to account for unmountable layers.
 	GetLayerPath(id string) (string, error)
 }