Merge pull request #3544 from radu-matei/patch-1

Fix minor typo
This commit is contained in:
Matthew Fisher
2018-02-27 17:00:52 +00:00
committed by GitHub

View File

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