瀏覽代碼

fix typo in utp def

Darien Raymond 9 年之前
父節點
當前提交
5f5d28009f
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      transport/internet/authenticators/utp/utp_json.go

+ 1 - 1
transport/internet/authenticators/utp/utp_json.go

@@ -7,5 +7,5 @@ import (
 )
 
 func init() {
-	internet.RegisterAuthenticatorConfig("srtp", func() interface{} { return &Config{} })
+	internet.RegisterAuthenticatorConfig("utp", func() interface{} { return &Config{} })
 }