fix: comment spell fix

pull/11801/head
Torkel Ödegaard 8 years ago
parent 23655315b8
commit e3ea6c683c
  1. 4
      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 // 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
} }

Loading…
Cancel
Save