Skip to content

Commit 17de584

Browse files
committed
Typo: In word 'destoryed' fixed
1 parent b93e85f commit 17de584

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)