Skip to content

Commit

Permalink
Fix spelling
Browse files Browse the repository at this point in the history
Signed-off-by: haanhvu <[email protected]>
  • Loading branch information
haanhvu committed Jan 2, 2024
1 parent 786b798 commit 6eb2993
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cmd/jaeger/internal/exporters/storageexporter/exporter.go
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@ type storageExporter struct {
logger *zap.Logger
spanWriter spanstore.Writer
clickhouse bool
// Seperate traces exporting function for ClickHouse storage.
// Separate traces exporting function for ClickHouse storage.
// This is temporary until we have v2 storage API.
chExportTraces func(ctx context.Context, td ptrace.Traces) error
}
Expand Down

0 comments on commit 6eb2993

Please sign in to comment.