From 92d360b58a2b30de6fea1825d172a89df04be79f Mon Sep 17 00:00:00 2001 From: Swagat Bora Date: Tue, 7 Jun 2022 21:05:47 +0000 Subject: [PATCH] fix minor spelling mistake: lablel -> label Signed-off-by: Swagat Bora --- snapshots/overlay/overlay.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/snapshots/overlay/overlay.go b/snapshots/overlay/overlay.go index f9ae8a4b1..50b8af10b 100644 --- a/snapshots/overlay/overlay.go +++ b/snapshots/overlay/overlay.go @@ -36,7 +36,7 @@ import ( "github.com/sirupsen/logrus" ) -// upperdirKey is a key of an optional lablel to each snapshot. +// upperdirKey is a key of an optional label to each snapshot. // This optional label of a snapshot contains the location of "upperdir" where // the change set between this snapshot and its parent is stored. const upperdirKey = "containerd.io/snapshot/overlay.upperdir"