Skip to content

Commit a3cb1ec

Browse files
committed
Typo
1 parent c51f18e commit a3cb1ec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

internal/elasticsearch/ingest/pipeline.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -182,7 +182,7 @@ func SimulatePipeline(ctx context.Context, api *elasticsearch.API, pipelineName
182182
continue
183183
case "error":
184184
failed = true
185-
errs = append(errs, fmt.Errorf("error in pricessor %s: %w", result.Processor, result.Error))
185+
errs = append(errs, fmt.Errorf("error in processor %s: %w", result.Processor, result.Error))
186186
case "failed":
187187
failed = true
188188
errs = append(errs, fmt.Errorf("%q processor failed", result.Processor))

0 commit comments

Comments
 (0)