diff --git a/pkg/chartutil/expand.go b/pkg/chartutil/expand.go index 30600cb61..ae28f8147 100644 --- a/pkg/chartutil/expand.go +++ b/pkg/chartutil/expand.go @@ -72,7 +72,7 @@ func Expand(dir string, r io.Reader) error { return nil } -// ExpandFile expands the src file into the dest directroy. +// ExpandFile expands the src file into the dest directory. func ExpandFile(dest, src string) error { h, err := os.Open(src) if err != nil {