Skip to content

Commit

Permalink
Merge pull request helm#4179 from mirake/fix-typos
Browse files Browse the repository at this point in the history
Typo fix: indentifies -> identifies
  • Loading branch information
Matthew Fisher authored Jun 6, 2018
2 parents aa4223f + b4cfb5f commit f36c9b7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/helm/installer/options.go
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ type Options struct {
// Force allows to force upgrading tiller if deployed version is greater than current version
ForceUpgrade bool

// ImageSpec indentifies the image Tiller will use when deployed.
// ImageSpec identifies the image Tiller will use when deployed.
//
// Valid if and only if UseCanary is false.
ImageSpec string
Expand Down

0 comments on commit f36c9b7

Please sign in to comment.