From 51f92b47877bcc36401dacc6b624eecff8a8931d Mon Sep 17 00:00:00 2001 From: AdamDang Date: Wed, 16 May 2018 00:31:05 +0800 Subject: [PATCH] Typo fix: mach->match mach->match --- pkg/chartutil/requirements.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/chartutil/requirements.go b/pkg/chartutil/requirements.go index 546160b0c..6ef6508d9 100644 --- a/pkg/chartutil/requirements.go +++ b/pkg/chartutil/requirements.go @@ -45,7 +45,7 @@ var ( type Dependency struct { // Name is the name of the dependency. // - // This must mach the name in the dependency's Chart.yaml. + // This must match the name in the dependency's Chart.yaml. Name string `json:"name"` // Version is the version (range) of this chart. //