Skip to content

Commit 8235b26

Browse files
authored
Small typos in consumererror (#2933)
Signed-off-by: Bogdan Drutu <[email protected]>
1 parent 0f75efa commit 8235b26

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

consumer/consumererror/signalerrors.go

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,7 @@ import (
2121
)
2222

2323
// Traces is an error that may carry associated Trace data for a subset of received data
24-
// that faiiled to be processed or sent.
24+
// that failed to be processed or sent.
2525
type Traces struct {
2626
error
2727
failed pdata.Traces
@@ -50,7 +50,7 @@ func (err Traces) GetTraces() pdata.Traces {
5050
}
5151

5252
// Logs is an error that may carry associated Log data for a subset of received data
53-
// that faiiled to be processed or sent.
53+
// that failed to be processed or sent.
5454
type Logs struct {
5555
error
5656
failed pdata.Logs
@@ -79,7 +79,7 @@ func (err Logs) GetLogs() pdata.Logs {
7979
}
8080

8181
// Metrics is an error that may carry associated Metrics data for a subset of received data
82-
// that faiiled to be processed or sent.
82+
// that failed to be processed or sent.
8383
type Metrics struct {
8484
error
8585
failed pdata.Metrics

0 commit comments

Comments
 (0)