pull/720/merge
Darien Raymond 2017-11-19 21:42:00 +01:00
commit 2c26705a00
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169
1 changed files with 1 additions and 1 deletions

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
}