From df041c4b19d4007256123bfba57c56355086c934 Mon Sep 17 00:00:00 2001 From: Radu Matei Date: Tue, 20 Feb 2018 20:23:09 +0200 Subject: [PATCH] Fix minor typo --- pkg/helm/option.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pkg/helm/option.go b/pkg/helm/option.go index 4f6924db2..a8770a488 100644 --- a/pkg/helm/option.go +++ b/pkg/helm/option.go @@ -375,7 +375,7 @@ func UpgradeForce(force bool) UpdateOption { type ContentOption func(*options) // ContentReleaseVersion will instruct Tiller to retrieve the content -// of a paritcular version of a release. +// of a particular version of a release. func ContentReleaseVersion(version int32) ContentOption { return func(opts *options) { opts.contentReq.Version = version