From f519140a930b3fd86fde9b7ab1670cd907a764ca Mon Sep 17 00:00:00 2001 From: Mantas Sidlauskas Date: Wed, 21 Feb 2024 00:02:14 +0200 Subject: [PATCH] fix comment --- common/config/config.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/config/config.go b/common/config/config.go index b0caff1535a..38336e6388f 100644 --- a/common/config/config.go +++ b/common/config/config.go @@ -368,7 +368,7 @@ type ( // Logger contains the config items for logger Logger struct { - // Stdout is true then the output`kak needs to goto standard out + // Stdout is true then the output needs to goto standard out // By default this is false and output will go to standard error Stdout bool `yaml:"stdout"` // Level is the desired log level