Fix comment typo (#5087)

According to code, I think it is a typo.

Signed-off-by: MIBc <lvjiawei@cmss.chinamobile.com>
This commit is contained in:
Lv Jiawei 2019-01-09 18:56:47 +08:00 committed by Brian Brazil
parent 43c9d9e91f
commit b8ede99767
1 changed files with 1 additions and 1 deletions

View File

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