mirror of
https://github.com/XTLS/Xray-core.git
synced 2025-06-13 20:09:36 +03:00
chore: fix some comment typos (#3716)
Signed-off-by: curlwget <curlwget@icloud.com>
This commit is contained in:
@ -203,7 +203,7 @@ func TestStatsChannelBlocking(t *testing.T) {
|
||||
|
||||
// Test blocking channel publishing
|
||||
go func() {
|
||||
// Dummy messsage with no subscriber receiving, will block broadcasting goroutine
|
||||
// Dummy message with no subscriber receiving, will block broadcasting goroutine
|
||||
c.Publish(context.Background(), nil)
|
||||
|
||||
<-pauseCh
|
||||
|
Reference in New Issue
Block a user