diff --git a/test/images/agnhost/inclusterclient/main.go b/test/images/agnhost/inclusterclient/main.go index 2ea9959d606..705499d77e2 100644 --- a/test/images/agnhost/inclusterclient/main.go +++ b/test/images/agnhost/inclusterclient/main.go @@ -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) {