Skip to content

Commit

Permalink
address pr comment
Browse files Browse the repository at this point in the history
  • Loading branch information
efd6 committed May 10, 2024
1 parent c489095 commit 29859b1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion x-pack/filebeat/input/lumberjack/ack.go
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ func (t *batchACKTracker) ACK() {
}

// newEventACKHandler returns a beat ACKer that can receive callbacks when
// an event has been ACKed an output. If the event contains a private metadata
// an event has been ACKed by an output. If the event contains a private metadata
// pointing to a batchACKTracker then it will invoke the tracker's ACK() method
// to decrement the number of pending ACKs.
func newEventACKHandler() beat.EventListener {
Expand Down

0 comments on commit 29859b1

Please sign in to comment.