diff --git a/history/history.go b/history/history.go index 1a42ef3..8946c2f 100644 --- a/history/history.go +++ b/history/history.go @@ -90,7 +90,7 @@ func Stop() { quit <- struct{}{} log.Debug().Str("mod", "history").Msg("stop received") wg.Wait() - log.Debug().Str("mod", "history").Msg("stoped") + log.Debug().Str("mod", "history").Msg("stopped") } func Send(h *History) {