Skip to content

Commit 563f09d

Browse files
committed
fix typo
1 parent c1a48f7 commit 563f09d

File tree

1 file changed

+1
-1
lines changed
  • rust/cubestore/cubestore/src/cluster

1 file changed

+1
-1
lines changed

rust/cubestore/cubestore/src/cluster/mod.rs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -329,7 +329,7 @@ impl WorkerProcessing for WorkerProcessor {
329329
};
330330
let span = trace_id_and_span_id.map(|(t, s)| {
331331
tracing::info_span!(
332-
"Process on selec worker",
332+
"Process on select worker",
333333
cube_dd_trace_id = t,
334334
cube_dd_parent_span_id = s
335335
)

0 commit comments

Comments
 (0)