소스 검색

Fix typo, fix #715

IbarakiKasen 8 년 전
부모
커밋
c0564cd747
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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
 		}