fix typo in utp def

pull/314/head
Darien Raymond 8 years ago
parent 28432cfd4c
commit 5f5d28009f
No known key found for this signature in database
GPG Key ID: 7251FFA14BB18169

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

Loading…
Cancel
Save