X-Git-Url: https://git.arvados.org/arvados.git/blobdiff_plain/c834c3463440d07ad528241d7910682cb374103d..8f1185e3709f99475611c7f60122b4d2ebc67e5c:/sdk/go/health/handler.go 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)