summaryrefslogtreecommitdiff
path: root/layer/layer.go
diff options
context:
space:
mode:
Diffstat (limited to 'layer/layer.go')
-rw-r--r--layer/layer.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/layer/layer.go b/layer/layer.go
index 86261e0ea1..3881447b64 100644
--- a/layer/layer.go
+++ b/layer/layer.go
@@ -51,7 +51,7 @@ var (
// greater than the 125 max.
ErrMaxDepthExceeded = errors.New("max depth exceeded")
- // ErrNotSupported is used when the action is not supppoted
+ // ErrNotSupported is used when the action is not supported
// on the current platform
ErrNotSupported = errors.New("not support on this platform")
)