1
0
mirror of https://github.com/v2fly/v2ray-core.git synced 2024-09-25 05:16:09 -04:00

Merge pull request #716 from IbarakiKasen/master

Fix typo, fix #715
This commit is contained in:
DarienRaymond 2017-11-19 21:39:59 +01:00 committed by GitHub
commit d256f8d4af
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

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
}