Skip to content

Commit bb93204

Browse files
authored
Merge pull request #32 from pdnews/v3
Typo: In word 'destoryed' fixed
2 parents b93e85f + 17de584 commit bb93204

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

stream.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -129,7 +129,7 @@ func (r *Stream) Close() {
129129
r.OnClose()
130130
}
131131
TriggerHook(HOOK_STREAMCLOSE, r.StreamPath)
132-
utils.Print(Yellow("Stream destoryed :"), BrightCyan(r.StreamPath))
132+
utils.Print(Yellow("Stream destroyed :"), BrightCyan(r.StreamPath))
133133
}
134134

135135
// Publish 发布者进行发布操作

0 commit comments

Comments
 (0)