Skip to content

Commit

Permalink
fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
urso committed Jul 28, 2017
1 parent 1f4ef9a commit 9f311e7
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions libbeat/publisher/beat/pipeline.go
Original file line number Diff line number Diff line change
Expand Up @@ -72,9 +72,9 @@ type ClientEventer interface {
Closing() // Closing indicates the client is being shutdown next
Closed() // Closed indicates the client being fully shutdown

Published() // event been has successfully forwarded to the publisher pipeline
Published() // event has been successfully forwarded to the publisher pipeline
FilteredOut(Event) // event has been filtered out/dropped by processors
DroppedOnPublish(Event) // event has been dropped, while waiting for the broker
DroppedOnPublish(Event) // event has been dropped, while waiting for the queue
}

// PipelineACKHandler configures some pipeline-wide event ACK handler.
Expand Down

0 comments on commit 9f311e7

Please sign in to comment.