From cd6e0196e78a1b0e1cf258153de27e9ebcb61958 Mon Sep 17 00:00:00 2001 From: Josh Soref Date: Wed, 24 Feb 2021 10:42:37 -0500 Subject: [PATCH] spelling: dependency Signed-off-by: Josh Soref --- pkg/action/dependency.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/action/dependency.go b/pkg/action/dependency.go index 4c80d0159..cce417aee 100644 --- a/pkg/action/dependency.go +++ b/pkg/action/dependency.go @@ -62,7 +62,7 @@ func (d *Dependency) List(chartpath string, out io.Writer) error { return nil } -// dependecyStatus returns a string describing the status of a dependency viz a viz the parent chart. +// dependencyStatus returns a string describing the status of a dependency viz a viz the parent chart. func (d *Dependency) dependencyStatus(chartpath string, dep *chart.Dependency, parent *chart.Chart) string { filename := fmt.Sprintf("%s-%s.tgz", dep.Name, "*")