Skip to content

Commit

Permalink
fix comment typo (#1000)
Browse files Browse the repository at this point in the history
* fix comment typo
  • Loading branch information
KevinWu0904 committed Jul 4, 2021
1 parent bf6828d commit b5929bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dkron/config.go
Original file line number Diff line number Diff line change
Expand Up @@ -81,7 +81,7 @@ type Config struct {
AdvertiseRPCPort int `mapstructure:"advertise-rpc-port"`

// LogLevel is the log verbosity level used.
// It cound be (debug|info|warn|error|fatal|panic).
// It can be (debug|info|warn|error|fatal|panic).
LogLevel string `mapstructure:"log-level"`

// Datacenter is the datacenter this Dkron server belongs to.
Expand Down

0 comments on commit b5929bf

Please sign in to comment.