Correct a small typo

This commit is contained in:
Sean Chittenden 2016-04-23 20:18:19 -07:00
parent 5bc4a2c2ab
commit 0f45d1b76d
1 changed files with 1 additions and 1 deletions

View File

@ -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