From 4255a0826d1c7a25a658b4f55e2fd4793e933336 Mon Sep 17 00:00:00 2001 From: Sean Chittenden Date: Sat, 23 Apr 2016 20:18:19 -0700 Subject: [PATCH] Correct a small typo --- api/agent.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/api/agent.go b/api/agent.go index 24404a3b96..3df013cc5b 100644 --- a/api/agent.go +++ b/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