Skip to content

Commit

Permalink
cleanup: fix typo (#3084)
Browse files Browse the repository at this point in the history
  • Loading branch information
anthonyfok authored and easwars committed Oct 9, 2019
1 parent 2e7984e commit 2d6a3ed
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/binarylog/env_config.go
Expand Up @@ -74,7 +74,7 @@ func (l *logger) fillMethodLoggerWithConfigString(config string) error {
return fmt.Errorf("invalid config: %q, %v", config, err)
}
if m == "*" {
return fmt.Errorf("invalid config: %q, %v", config, "* not allowd in blacklist config")
return fmt.Errorf("invalid config: %q, %v", config, "* not allowed in blacklist config")
}
if suffix != "" {
return fmt.Errorf("invalid config: %q, %v", config, "header/message limit not allowed in blacklist config")
Expand Down

0 comments on commit 2d6a3ed

Please sign in to comment.