fix(chartutil): corrected spelling in doc block

pull/1533/head
Matt Butcher 9 years ago
parent 4d69d48f8b
commit f5b51d0989
No known key found for this signature in database
GPG Key ID: DCD5F5E5EF32C345

@ -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 {

Loading…
Cancel
Save