Browse Source

Fix typo, fix #715

IbarakiKasen 8 years ago
parent
commit
c0564cd747
1 changed files with 1 additions and 1 deletions
  1. 1 1
      transport/internet/udp/dispatcher.go

+ 1 - 1
transport/internet/udp/dispatcher.go

@@ -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
 		}