diff --git a/dkron/config.go b/dkron/config.go index 63b946f13..26226bb5c 100644 --- a/dkron/config.go +++ b/dkron/config.go @@ -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.