diff --git a/pkg/cmd/grafana-server/server.go b/pkg/cmd/grafana-server/server.go index 71a1560215f..30bb0b2003a 100644 --- a/pkg/cmd/grafana-server/server.go +++ b/pkg/cmd/grafana-server/server.go @@ -177,7 +177,7 @@ func (g *GrafanaServerImpl) Shutdown(code int, reason string) { // call cancel func on root context g.shutdownFn() - // wait for chid routines + // wait for child routines if err := g.childRoutines.Wait(); err != nil && err != context.Canceled { g.log.Error("Server shutdown completed", "error", err) }