Skip to content

Commit cefeb58

Browse files
LLLeonfjl
authored andcommitted
event: fix typo (#15270)
1 parent 3680cd5 commit cefeb58

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

event/event.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ func (mux *TypeMux) Subscribe(types ...interface{}) *TypeMuxSubscription {
5656
defer mux.mutex.Unlock()
5757
if mux.stopped {
5858
// set the status to closed so that calling Unsubscribe after this
59-
// call will short curuit
59+
// call will short circuit.
6060
sub.closed = true
6161
close(sub.postC)
6262
} else {

0 commit comments

Comments
 (0)