Fix spell error (#2098)

This commit is contained in:
Weitao Liu
2025-10-16 23:10:14 +08:00
committed by GitHub
parent bdac405324
commit 2ecf32ec73
4 changed files with 7 additions and 7 deletions

View File

@@ -8,7 +8,7 @@ local function timeout_check(ti)
end
skynet.sleep(ti) -- sleep 10 sec
for k,v in pairs(list) do
skynet.error("timout",ti,k,v)
skynet.error("timeout",ti,k,v)
end
end