From c6998d49c5217b26ab47639cf7da8c51a24c1273 Mon Sep 17 00:00:00 2001 From: Evan Chen Date: Sun, 19 Dec 2021 14:13:39 +0800 Subject: [PATCH] update --- history/history.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) {