mirror of
https://github.com/grafana/grafana.git
synced 2025-02-25 18:55:37 -06:00
fix: comment spell fix
This commit is contained in:
@@ -130,8 +130,8 @@ func (g *GrafanaServerImpl) Run() error {
|
||||
}
|
||||
|
||||
g.childRoutines.Go(func() error {
|
||||
// Skip starting new service is we are shutting down
|
||||
// Ccan happen when service crash during startup
|
||||
// Skip starting new service when shutting down
|
||||
// Can happen when service stop/return during startup
|
||||
if g.shutdownInProgress {
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user