diff --git a/cmd/helm/fetch.go b/cmd/helm/fetch.go index 6af84d00d..7fe0ab015 100644 --- a/cmd/helm/fetch.go +++ b/cmd/helm/fetch.go @@ -172,7 +172,7 @@ func (f *fetchCmd) run() error { } } else { - return fmt.Errorf("ailed to untar: a file or directory with the name %s already exists", ud) + return fmt.Errorf("failed to untar: a file or directory with the name %s already exists", ud) } return chartutil.ExpandFile(ud, saved)