Fix missspell

This commit is contained in:
Mark Sagi-Kazar
2019-12-18 15:51:44 +01:00
parent 142c96c210
commit 367b187cf4
5 changed files with 6 additions and 7 deletions

View File

@@ -45,8 +45,8 @@ func (s *Server) newHealthChecker(ctx context.Context) http.Handler {
return h
}
// healthChecker periodically performs health checks on server dependenices.
// Currently, it only checks that the storage layer is avialable.
// healthChecker periodically performs health checks on server dependencies.
// Currently, it only checks that the storage layer is available.
type healthChecker struct {
s *Server