Browse Source

Merge pull request #229 from testwill/typo

fix: typo
master
Matthew 6 months ago committed by GitHub
parent
commit
7cfb8f9848
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
  1. 2
      protocol/rtmp/core/conn_client.go

2
protocol/rtmp/core/conn_client.go

@ -29,7 +29,7 @@ var ( @@ -29,7 +29,7 @@ var (
)
var (
ErrFail = fmt.Errorf("respone err")
ErrFail = fmt.Errorf("response err")
)
type ConnClient struct {

Loading…
Cancel
Save