fix misspell

This commit is contained in:
hdt3213
2021-05-13 09:10:26 +08:00
parent 30e3995b4c
commit 4241352f49

View File

@@ -74,7 +74,7 @@ func (h *EchoHandler) Handle(ctx context.Context, conn net.Conn) {
} }
} }
// Close stops echo hanlder // Close stops echo handler
func (h *EchoHandler) Close() error { func (h *EchoHandler) Close() error {
logger.Info("handler shuting down...") logger.Info("handler shuting down...")
h.closing.Set(true) h.closing.Set(true)