18794: Fail health check on mismatched configs.
[arvados.git] / 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)