From b8ede99767bc7d486537aabf88927e7ffef22ed1 Mon Sep 17 00:00:00 2001 From: Lv Jiawei Date: Wed, 9 Jan 2019 18:56:47 +0800 Subject: [PATCH] Fix comment typo (#5087) According to code, I think it is a typo. Signed-off-by: MIBc --- cmd/prometheus/main.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cmd/prometheus/main.go b/cmd/prometheus/main.go index 3041fc54fe..2cf065a627 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)