Skip to content

Commit

Permalink
Merge pull request gwuhaolin#171 from SmartBrave/typo
Browse files Browse the repository at this point in the history
modify a typo error
  • Loading branch information
gwuhaolin authored May 18, 2021
2 parents 3486323 + 652ec5a commit 3400c26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion protocol/rtmp/core/conn_server.go
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ func (connServer *ConnServer) publishResp(cur *ChunkStream) error {
event := make(amf.Object)
event["level"] = "status"
event["code"] = "NetStream.Publish.Start"
event["description"] = "Start publising."
event["description"] = "Start publishing."
return connServer.writeMsg(cur.CSID, cur.StreamID, "onStatus", 0, nil, event)
}

Expand Down

0 comments on commit 3400c26

Please sign in to comment.