Fix minor typo

pull/3544/head
Radu Matei 6 years ago committed by GitHub
parent 113de4ee56
commit df041c4b19
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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

Loading…
Cancel
Save