mirror of
https://github.com/hexolan/stocklet.git
synced 2026-03-26 11:41:18 +00:00
feat: go report card
fix: comment and log misspellings
This commit is contained in:
@@ -32,9 +32,9 @@ func (cfg *KafkaConfig) Load() error {
|
||||
return err
|
||||
}
|
||||
|
||||
// Comma seperate the kafka brokers
|
||||
// Comma separate the kafka brokers
|
||||
cfg.Brokers = strings.Split(brokersOpt, ",")
|
||||
|
||||
// Config options were succesfully loaded
|
||||
// Config options were successfully loaded
|
||||
return nil
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user