good morning!!!!

Skip to content
Snippets Groups Projects
Commit cefeb585 authored by Jia Chenhui's avatar Jia Chenhui Committed by Felix Lange
Browse files

event: fix typo (#15270)

parent 3680cd59
No related branches found
No related tags found
No related merge requests found
......@@ -56,7 +56,7 @@ func (mux *TypeMux) Subscribe(types ...interface{}) *TypeMuxSubscription {
defer mux.mutex.Unlock()
if mux.stopped {
// set the status to closed so that calling Unsubscribe after this
// call will short curuit
// call will short circuit.
sub.closed = true
close(sub.postC)
} else {
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment