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
commit 642ad5c13e
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

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