mirror of
https://github.com/tendermint/tendermint.git
synced 2026-01-10 23:10:59 +00:00
typo fix
This commit is contained in:
@@ -90,7 +90,7 @@ func (rt *Routine) start() {
|
||||
rt.metrics.EventsOut.With("routine", rt.name).Add(float64(len(oEvents)))
|
||||
rt.logger.Info(fmt.Sprintf("%s handled %d events\n", rt.name, len(oEvents)))
|
||||
for _, event := range oEvents {
|
||||
rt.logger.Info(fmt.Sprintln("writting back to output"))
|
||||
rt.logger.Info(fmt.Sprintln("writing back to output"))
|
||||
rt.out <- event
|
||||
}
|
||||
case iEvent, ok := <-rt.errors:
|
||||
|
||||
Reference in New Issue
Block a user