diff --git a/pkg/helm/option.go b/pkg/helm/option.go
index 4f6924db291a4e03be9fb71c633a4c871b82b788..a8770a488dae8e256b38850eaf03d83e186c321f 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