Selaa lähdekoodia

fix: comment spell fix

Torkel Ödegaard 7 vuotta sitten
vanhempi
commit
e3ea6c683c
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      pkg/cmd/grafana-server/server.go

+ 2 - 2
pkg/cmd/grafana-server/server.go

@@ -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
-			// 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 {
 			if g.shutdownInProgress {
 				return nil
 				return nil
 			}
 			}