From 75afffdf84305b63a63109f92e3027f5bc817f86 Mon Sep 17 00:00:00 2001 From: KevinWu0904 <37426896+KevinWu0904@users.noreply.github.com> Date: Fri, 2 Jul 2021 12:38:54 +0800 Subject: [PATCH 1/2] fix comment typo --- dkron/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkron/config.go b/dkron/config.go index 63b946f13..a2e9679e4 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 could be (debug|info|warn|error|fatal|panic). LogLevel string `mapstructure:"log-level"` // Datacenter is the datacenter this Dkron server belongs to. From 6a62129d4dafe59d9c74b74b18f763e494bac0b3 Mon Sep 17 00:00:00 2001 From: KevinWu0904 <37426896+KevinWu0904@users.noreply.github.com> Date: Sun, 4 Jul 2021 17:40:03 +0800 Subject: [PATCH 2/2] fix comment typo --- dkron/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/dkron/config.go b/dkron/config.go index a2e9679e4..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 could 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.