From f5b51d0989bc59fd6ea79951db311a6fdc7da47c Mon Sep 17 00:00:00 2001 From: Matt Butcher Date: Fri, 11 Nov 2016 11:15:23 -0700 Subject: [PATCH] fix(chartutil): corrected spelling in doc block --- pkg/chartutil/expand.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {