Merge pull request #81790 from ethan-daocloud/typo-terminator

Cleanup: fix typo in flag help message
This commit is contained in:
Kubernetes Prow Robot 2019-08-23 06:53:38 -07:00 committed by GitHub
commit 61aa39a25b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -48,7 +48,7 @@ This subcommand can also be used to validate token rotation.`,
func init() {
CmdInClusterClient.Flags().IntVar(&pollInterval, "poll-interval", 30,
"poll interval of call to /healhtz in seconds")
"poll interval of call to /healthz in seconds")
}
func main(cmd *cobra.Command, args []string) {