fix: comment spell fix

This commit is contained in:
Torkel Ödegaard 2018-05-02 18:27:54 +02:00
parent 23655315b8
commit e3ea6c683c
1 changed files with 2 additions and 2 deletions

View File

@ -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
}