Other: fix minor typo

This commit is contained in:
Romain LE JEUNE
2022-10-24 07:37:15 +02:00
parent aae60b2ef8
commit 7f7961ae0c
3 changed files with 4 additions and 4 deletions

View File

@ -91,7 +91,7 @@ func (c *controller) ListenAndServe() {
}
if err != nil {
l.WithError(err).Error("Cannot start listner.")
l.WithError(err).Error("Cannot start listener.")
c.signals.Emit(events.ErrorEvent, string(c.server.Protocol())+" failed: "+err.Error())
return
}