This commit is contained in:
Caleb Jasik
2022-12-19 11:28:27 -06:00
committed by GitHub
parent ec48298fe8
commit 12dbbd3dd3
5 changed files with 5 additions and 5 deletions

View File

@@ -18,7 +18,7 @@ import (
"github.com/slackhq/nebula/config"
)
// startStats initializes stats from config. On success, if any futher work
// startStats initializes stats from config. On success, if any further work
// is needed to serve stats, it returns a func to handle that work. If no
// work is needed, it'll return nil. On failure, it returns nil, error.
func startStats(l *logrus.Logger, c *config.C, buildVersion string, configTest bool) (func(), error) {