Skip to content

Commit 4d94043

Browse files
authored
Apply suggestion from @bm1549
1 parent 230dcef commit 4d94043

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/datadog/trace_segment.cpp

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -332,7 +332,7 @@ void TraceSegment::make_sampling_decision_if_null() {
332332
*sampling_decision_->configured_rate,
333333
std::chars_format::general, 6);
334334
if (ec == std::errc()) {
335-
std::string error{"stirng conversion failed: "};
335+
std::string error{"string conversion failed: "};
336336
error += std::make_error_code(ec).message();
337337
logger_->log_error(error);
338338
return;

0 commit comments

Comments
 (0)