fix minor spelling mistake: lablel -> label

Signed-off-by: Swagat Bora <sbora@amazon.com>
This commit is contained in:
Swagat Bora 2022-06-07 21:05:47 +00:00
parent 1c54ab1da1
commit 92d360b58a

View File

@ -36,7 +36,7 @@ import (
"github.com/sirupsen/logrus" "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 // This optional label of a snapshot contains the location of "upperdir" where
// the change set between this snapshot and its parent is stored. // the change set between this snapshot and its parent is stored.
const upperdirKey = "containerd.io/snapshot/overlay.upperdir" const upperdirKey = "containerd.io/snapshot/overlay.upperdir"