Skip to content

Commit

Permalink
spelling errors
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelyangdog committed Aug 27, 2024
1 parent ce0e420 commit 36d68d3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ddtrace/internal/opentelemetry/context.py
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ def attach(self, otel_context):
if ddcontext and otel_baggage:
for key, value in otel_baggage.items():
# value is from opentelemetry and can be any object.
# make sure this object is compatiable w/ datadog internals
# make sure this object is compatible w/ datadog internals
ddcontext._baggage[key] = value # potentially convert to json

# A return value with the type `object` is required by the otel api to remove/deactivate spans.
Expand Down

0 comments on commit 36d68d3

Please sign in to comment.