Browse Source

fix: typo

pull/229/head
guangwu 2 years ago committed by GitHub
parent
commit
bf45c1a341
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 2
      protocol/rtmp/core/conn_client.go

2
protocol/rtmp/core/conn_client.go

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

Loading…
Cancel
Save