Fix typo.
authorWard Vandewege <wvandewege@veritasgenetics.com>
Fri, 11 Aug 2017 18:46:12 +0000 (14:46 -0400)
committerWard Vandewege <ward@curoverse.com>
Fri, 11 Aug 2017 18:46:57 +0000 (14:46 -0400)
No issue #

Arvados-DCO-1.1-Signed-off-by: Ward Vandewege <wvandewege@veritasgenetics.com>

sdk/go/health/handler.go

index f19511ea70791dbd17a201825bfaadc00515082c..81b9587c36aca32d9495307af2ede17112b525aa 100644 (file)
@@ -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)