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
+1 -1
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
}