Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
urso committed Mar 8, 2019
1 parent 73a6f0a commit d5ea8b6
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion libbeat/publisher/processing/processors.go
Original file line number Diff line number Diff line change
Expand Up @@ -100,7 +100,7 @@ func (p *group) Run(event *beat.Event) (*beat.Event, error) {

event, err = sub.Run(event)
if err != nil {
// XXX: We don't drop the event, but continue filtering here iff the most
// XXX: We don't drop the event, but continue filtering here if the most
// recent processor did return an event.
// We want processors having this kind of implicit behavior
// on errors?
Expand Down

0 comments on commit d5ea8b6

Please sign in to comment.