diff --git a/cmd/helm/install.go b/cmd/helm/install.go index da1ee52d7..3b6d3e076 100644 --- a/cmd/helm/install.go +++ b/cmd/helm/install.go @@ -229,7 +229,7 @@ func (i *installCmd) run() error { } if req, err := chartutil.LoadRequirements(chartRequested); err == nil { - // If checkDependencies returns an error, we have unfullfilled dependencies. + // If checkDependencies returns an error, we have unfulfilled dependencies. // As of Helm 2.4.0, this is treated as a stopping condition: // https://github.com/kubernetes/helm/issues/2209 if err := checkDependencies(chartRequested, req); err != nil {