diff --git a/cmd/prometheus/main.go b/cmd/prometheus/main.go index 3041fc54f..2cf065a62 100644 --- a/cmd/prometheus/main.go +++ b/cmd/prometheus/main.go @@ -359,7 +359,7 @@ func main() { return discoveryManagerNotify.ApplyConfig(c) }, func(cfg *config.Config) error { - // Get all rule files matching the configuration oaths. + // Get all rule files matching the configuration paths. var files []string for _, pat := range cfg.RuleFiles { fs, err := filepath.Glob(pat)