mirror of
https://github.com/HDT3213/godis.git
synced 2025-10-05 16:57:06 +08:00
fix misspell
This commit is contained in:
@@ -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)
|
||||||
|
Reference in New Issue
Block a user