Browse Source

Correct a small typo

pull/1979/head
Sean Chittenden 9 years ago
parent
commit
4255a0826d
  1. 2
      api/agent.go

2
api/agent.go

@ -255,7 +255,7 @@ func (a *Agent) updateTTL(checkID, note, status string) error {
// checkUpdate is the payload for a PUT for a check update.
type checkUpdate struct {
// Status us one of the api.Health* states: HealthPassing
// Status is one of the api.Health* states: HealthPassing
// ("passing"), HealthWarning ("warning"), or HealthCritical
// ("critical").
Status string

Loading…
Cancel
Save