Commit e3ea6c68 by Torkel Ödegaard

fix: comment spell fix

parent 23655315
...@@ -130,8 +130,8 @@ func (g *GrafanaServerImpl) Run() error { ...@@ -130,8 +130,8 @@ func (g *GrafanaServerImpl) Run() error {
} }
g.childRoutines.Go(func() error { g.childRoutines.Go(func() error {
// Skip starting new service is we are shutting down // Skip starting new service when shutting down
// Ccan happen when service crash during startup // Can happen when service stop/return during startup
if g.shutdownInProgress { if g.shutdownInProgress {
return nil return nil
} }
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment