forked from Silverfish/proton-bridge
Other: fix minor typo
This commit is contained in:
@ -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
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user