From 4c71039f4854273e2eb35b6a2bc2a7378b98bdf0 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Tue, 17 Dec 2019 13:23:34 -0500 Subject: [PATCH] spelling: generated Signed-off-by: Josh Soref --- pkg/chart/dependency.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chart/dependency.go b/pkg/chart/dependency.go index 0837f8d19..9ec4544c2 100644 --- a/pkg/chart/dependency.go +++ b/pkg/chart/dependency.go @@ -53,7 +53,7 @@ type Dependency struct { // // It represents the state that the dependencies should be in. type Lock struct { - // Genderated is the date the lock file was last generated. + // Generated is the date the lock file was last generated. Generated time.Time `json:"generated"` // Digest is a hash of the dependencies in Chart.yaml. Digest string `json:"digest"`