Skip to content

Commit

Permalink
spelling error
Browse files Browse the repository at this point in the history
  • Loading branch information
rachelyangdog committed Nov 21, 2024
1 parent c13d86f commit cd368e7
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 @@ -40,7 +40,7 @@ def attach(self, otel_context):
else:
ddcontext = None
log.error(
"Programming ERROR: ddtrace does not support activiting spans with the type: %s. Please open a "
"Programming ERROR: ddtrace does not support activating spans with the type: %s. Please open a "
"github issue at: https://github.com/Datadog/dd-trace-py and set DD_TRACE_OTEL_ENABLED=True.",
type(otel_span),
)
Expand Down

0 comments on commit cd368e7

Please sign in to comment.