Skip to content

Commit

Permalink
chore: fix typo in comment
Browse files Browse the repository at this point in the history
  • Loading branch information
smlx committed Aug 21, 2021
1 parent c4623a0 commit 7264e38
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion internal/assuan/fsm.go
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ type Assuan struct {
hash []byte
}

// Occur handles an event occurence.
// Occur handles an event occurrence.
func (a *Assuan) Occur(e Event, data ...[]byte) error {
a.mu.Lock()
defer a.mu.Unlock()
Expand Down

0 comments on commit 7264e38

Please sign in to comment.