Skip to content

Commit

Permalink
fix spell
Browse files Browse the repository at this point in the history
  • Loading branch information
lalitb committed Dec 8, 2022
1 parent d37deb0 commit ab2ea8a
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -899,7 +899,7 @@ class Span : public opentelemetry::trace::Span
*/
void End(const opentelemetry::trace::EndSpanOptions &options = {}) noexcept override
{
// TODO - explicity setting end_time as 0 is not supported, and would be changed to
// TODO - explicitly setting end_time as 0 is not supported, and would be changed to
// current_time.
if (options.end_steady_time.time_since_epoch().count() == 0)
{
Expand Down

0 comments on commit ab2ea8a

Please sign in to comment.