Selaa lähdekoodia

Merge pull request #716 from IbarakiKasen/master

Fix typo, fix #715
DarienRaymond 8 vuotta sitten
vanhempi
commit
d256f8d4af
1 muutettua tiedostoa jossa 1 lisäystä ja 1 poistoa
  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
 		}