From c2943635432441ac6a54f893ddbfee311ffe5908 Mon Sep 17 00:00:00 2001 From: Ward Vandewege Date: Fri, 11 Aug 2017 14:46:12 -0400 Subject: [PATCH] Fix typo. No issue # Arvados-DCO-1.1-Signed-off-by: Ward Vandewege --- sdk/go/health/handler.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/sdk/go/health/handler.go b/sdk/go/health/handler.go index f19511ea70..81b9587c36 100644 --- a/sdk/go/health/handler.go +++ b/sdk/go/health/handler.go @@ -44,7 +44,7 @@ type Handler struct { Routes Routes // If non-nil, Log is called after handling each request. The - // error argument is nil if the request was succesfully + // error argument is nil if the request was successfully // authenticated and served, even if the health check itself // failed. Log func(*http.Request, error) -- 2.30.2