Skip to content

Commit

Permalink
Merge pull request #229 from testwill/typo
Browse files Browse the repository at this point in the history
fix: typo
  • Loading branch information
matthewgao authored Nov 6, 2024
2 parents 42d7596 + bf45c1a commit 7cfb8f9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/rtmp/core/conn_client.go
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ var (
)

var (
ErrFail = fmt.Errorf("respone err")
ErrFail = fmt.Errorf("response err")
)

type ConnClient struct {
Expand Down

0 comments on commit 7cfb8f9

Please sign in to comment.