Fix assorted spelling mistakes (#7507)
This commit is contained in:
@@ -341,7 +341,7 @@ func (m *MQTTConsumer) createOpts() (*mqtt.ClientOptions, error) {
|
||||
}
|
||||
|
||||
if len(m.Servers) == 0 {
|
||||
return opts, fmt.Errorf("could not get host infomations")
|
||||
return opts, fmt.Errorf("could not get host informations")
|
||||
}
|
||||
|
||||
for _, server := range m.Servers {
|
||||
|
||||
Reference in New Issue
Block a user