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