1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-06-16 04:35:24 +00:00

Fix typo, fix #715

This commit is contained in:
IbarakiKasen 2017-11-19 13:46:31 +08:00
parent 878d412c6a
commit c0564cd747

View File

@ -99,7 +99,7 @@ func handleInput(ctx context.Context, conn *connEntry, callback ResponseCallback
mb, err := input.ReadMultiBuffer()
if err != nil {
log.Trace(newError("failed to handl UDP input").Base(err))
log.Trace(newError("failed to handle UDP input").Base(err))
conn.cancel()
return
}