From fbbda08bb261244e4ee0444e507034c847b47fdc Mon Sep 17 00:00:00 2001 From: David Feng Date: Sat, 21 Nov 2015 15:36:25 +0800 Subject: [PATCH] fix typo --- examples/login/msgagent.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/examples/login/msgagent.lua b/examples/login/msgagent.lua index fc3a2d5b..d00fd332 100644 --- a/examples/login/msgagent.lua +++ b/examples/login/msgagent.lua @@ -46,7 +46,7 @@ skynet.start(function() end) skynet.dispatch("client", function(_,_, msg) - -- the simple ehco service + -- the simple echo service skynet.sleep(10) -- sleep a while skynet.ret(msg) end)